You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: