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

SST read optimization for levels greater than 0 #22

Open
justinethier opened this issue Apr 25, 2022 · 0 comments
Open

SST read optimization for levels greater than 0 #22

justinethier opened this issue Apr 25, 2022 · 0 comments

Comments

@justinethier
Copy link
Owner

For level 1 and greater, if key is in the bloom filter we can check that the key is between the file’s indexes. If not we have a false positive and can continue to the next file.

In addition to making the fix it would be helpful to setup a benchmark for this to measure any speed increase. Perhaps we can pair it with a test or utility function that generates a large dataset with many SST's above level zero.

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