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

Support for the string key which is larger than 32B #2

Open
baotonglu opened this issue Jan 24, 2022 · 0 comments
Open

Support for the string key which is larger than 32B #2

baotonglu opened this issue Jan 24, 2022 · 0 comments

Comments

@baotonglu
Copy link

baotonglu commented Jan 24, 2022

The paper claims that "For variable-length string key, PACTree stores a maximum of 32-byte key and an 8-byte value in a node. For larger key and value size, we store the partial key in a node then store the rest of the key and values out of the node."

However, I do not find the corresponding implementation in the repo. The current implementation only supports the key up to 32B.

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