HarperFast / HarperFast/rocksdb-js
Support RocksDB filter policies
Open
enhancement
- Dominant language
- C++
- Stars
- 21
- Forks
- 2
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
RocksDB supports filter policies using a bloom filter. This can reduce the number of disk reads when doing a `get()` and is recommended for instances where the data set is larger than the amount of system memory. Special care must be taken if rocksdb-js uses a custom comparator.
RocksDB docs: https://github.com/facebook/rocksdb/wiki/Basic-Operations#filters
Contributor guide
Assessment
This issue has not been assessed yet.