Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Enable bloom filters for CellDB #1523

Open
wants to merge 3 commits into
base: testnet
Choose a base branch
from

Conversation

dungeon-master-666
Copy link
Member

This PR enables bloom filters in CellDB, resulting in ~35% reduction in read latency. Bloom filters quickly determine the likelihood of a key's existence in an SST file, reducing number of SST files checks. The trade-off is a slight increase in RAM usage (1.5 GB for 230GB CellDB) to store the bloom filter data structures.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant