Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] support more storage engine #264

Open
longdafeng opened this issue Sep 13, 2023 · 0 comments
Open

[Feature] support more storage engine #264

longdafeng opened this issue Sep 13, 2023 · 0 comments
Labels
feature help wanted Needs help from a contributor

Comments

@longdafeng
Copy link
Member

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.

@hnwyllmm hnwyllmm added the help wanted Needs help from a contributor label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature help wanted Needs help from a contributor
Projects
None yet
Development

No branches or pull requests

2 participants