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

LoadMVCC(): optimize by loading it using LLRB instance. #60

Open
prataprc opened this issue Jan 3, 2018 · 0 comments
Open

LoadMVCC(): optimize by loading it using LLRB instance. #60

prataprc opened this issue Jan 3, 2018 · 0 comments

Comments

@prataprc
Copy link
Member

prataprc commented Jan 3, 2018

Using LLRB instance can speed up LoadMVCC() by 2x. After loading data in the LLRB structure we can convert it into MVCC structure.

But this can be involved and tricky. More over every changes to LLRB / MVCC needs to be constantly correlated so the LoadMVCC() doesn't break.

Activity for future, after both LLRB and MVCC implementations are stable.

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