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

Optimisation: create only one new node in case of split #15

Open
Satrige opened this issue Sep 28, 2024 · 0 comments
Open

Optimisation: create only one new node in case of split #15

Satrige opened this issue Sep 28, 2024 · 0 comments
Labels
b_trees The logic related to b_trees index

Comments

@Satrige
Copy link
Owner

Satrige commented Sep 28, 2024

We could create only one new node in case of split:
just split_off the right amount of keys and values/childs for the right node and use the old one for the left one

@Satrige Satrige added the b_trees The logic related to b_trees index label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
b_trees The logic related to b_trees index
Projects
None yet
Development

No branches or pull requests

1 participant