oceanbase/miniob

[Feature] support more storage engine

Open

#264 geöffnet am 13. Sept. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (1.622 Forks)auto 404
featurehelp wanted

Repository-Metriken

Stars
 (4.387 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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