oceanbase/miniob

[Feature] support more storage engine

Open

#264 opened on Sep 13, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (1,622 forks)auto 404
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.

Contributor guide