HarperFast / HarperFast/rocksdb-js

Support RocksDB filter policies

Open
#203 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.