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 key prefix compression #5

Closed
broneill opened this issue Dec 8, 2012 · 1 comment
Closed

Support key prefix compression #5

broneill opened this issue Dec 8, 2012 · 1 comment

Comments

@broneill
Copy link
Member

broneill commented Dec 8, 2012

The node encoding format already has placeholders for key compression, by managing prefixes up to 255 bytes in length. Finishing the implementation is a bit tricky when considering node splits and merges.

@broneill
Copy link
Member Author

Implementation would make binary search code much more complicated. Considering that it's the primary bottleneck, slowing it down further is a bad idea. General page-level compression is simpler and yields better space reduction.

Also see issue #38.

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

No branches or pull requests

1 participant