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

fix(b+tree): Do not double the size of btree #237

Merged
merged 1 commit into from
Dec 18, 2020
Merged

Conversation

ahsanbarkati
Copy link
Contributor

@ahsanbarkati ahsanbarkati commented Dec 17, 2020

We should not double the size of b+tree because it is being used in xidmap which can grow big according to the data. Doubling will cause unnecessary memory usage.


This change is Reviewable

Copy link
Contributor

@NamanJain8 NamanJain8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 0 of 1 files reviewed, all discussions resolved (waiting on @jarifibrahim, @manishrjain, and @martinmr)

@ahsanbarkati ahsanbarkati merged commit 6a5070b into master Dec 18, 2020
@ahsanbarkati ahsanbarkati deleted the ahsan/btree-size branch December 18, 2020 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants