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

[BUG]Fix B-Tree metadata, range function for auto_scaling #49

Open
charles-typ opened this issue May 7, 2019 · 0 comments
Open

[BUG]Fix B-Tree metadata, range function for auto_scaling #49

charles-typ opened this issue May 7, 2019 · 0 comments

Comments

@charles-typ
Copy link
Collaborator

charles-typ commented May 7, 2019

Describe the bug

We want to store B-Tree slot_begin and slot_end into it's metadata, so we need to make it a map<std::string, std::string> instead of a single string. The B-Tree range function does not support auto scaling, need to add implementation for it.
We also want to add script for user to generate B-Tree automatically, which as follows:
1.Currently there is separated code for generating B-Tree keys, should add a script to generate the keys automatically
2.Add reference to the repo of the alpha words.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant