You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: