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

Packed Leaf Migration #7

Open
fia0 opened this issue Nov 10, 2022 · 0 comments
Open

Packed Leaf Migration #7

fia0 opened this issue Nov 10, 2022 · 0 comments

Comments

@fia0
Copy link

fia0 commented Nov 10, 2022

In the current implementation the key migration unpacks packed leafs as we need to modify the KeyInfo of entries. This is unnecessary deserialization, cache & serialization overhead, rather we should modify the packed leaf in place using the binary search for keys and write the leafs out as is. Here we need to take care that parents of this leaf do receive the updated position.

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