featurehelp wanted
Repository metrics
- Stars
- (4,387 stars)
- PR merge metrics
- (PR metrics pending)
Description
In the original design, I planned to support more storage engines, such as: A storage engine based on memory. A storage engine based on disk with a B+ tree.
In fact, if we follow the model of MySQL, we may be able to support a storage engine based on disk with an LSM tree.