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

LLRB: API Convert LLRB instance to MVCC instance. #58

Open
prataprc opened this issue Dec 1, 2017 · 0 comments
Open

LLRB: API Convert LLRB instance to MVCC instance. #58

prataprc opened this issue Dec 1, 2017 · 0 comments

Comments

@prataprc
Copy link
Member

prataprc commented Dec 1, 2017

Sometimes users might want to create an initial index of key,value pairs,
without any concurrent reads. Subsequently, once the initial data set is
loaded, index might go live for concurrent reads and writes at which point
MVCC is required.

This demands that llrb package should expose an API to convert LLRB
instance to MVCC instance. So that users can load initial set of data using
LLRB and convert them to MVCC when reads are needed.

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