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

Add a Hash-based index with append-only B+ buckets #3

Open
leonardoeloy opened this issue Jul 4, 2011 · 0 comments
Open

Add a Hash-based index with append-only B+ buckets #3

leonardoeloy opened this issue Jul 4, 2011 · 0 comments

Comments

@leonardoeloy
Copy link
Owner

This one is a complete hunch I had a few months ago. I think we'll be able to circumvent the whole "stop everything, I'm compacting" situation if we store multiple append-only B+ trees.

Of course, this would lead to difficulties in file management and designing a proper hash function (preferably O(1)).

So, I'm thinking in developing this alongside with the traditional single-B+-tree approach. This way we can benchmark it and eliminate the hunch-oriented development.

Thoughts?

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