Prefix bloom filters #116
Labels
api
blocked
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
performance
Similar to rocksdb: https://github.com/facebook/rocksdb/wiki/Prefix-Seek#configure-prefix-bloom-filter, it would be great if have the ability to add prefixes to bloom filters and use them during prefix seeks to filter out reads for prefixes that don't exist in the db. It would be even better if we can customize is so that for a given key, we can add multiple prefixes. See facebook/rocksdb#12824 for context
The text was updated successfully, but these errors were encountered: