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

Bloom filter for key lookup. #2

Open
prataprc opened this issue Dec 22, 2020 · 0 comments
Open

Bloom filter for key lookup. #2

prataprc opened this issue Dec 22, 2020 · 0 comments

Comments

@prataprc
Copy link
Member

Get() operation into the index can be made faster by attaching a bloom-filter to the index. Typically it is expected to give false-positive by no false-negative. Bitmap index (implementing the Bloom) is already integrated with the index Builder type. We need to integrate them on the read-side. Specifically on the get() side.

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