Skip to content

BloomFilter capacity limitation #2541

Answered by PragmaTwice
crazylazyowl asked this question in Q&A
Discussion options

You must be logged in to vote

If you check https://kvrocks.apache.org/community/data-structure-on-rocksdb#bloom-filter, you can get more idea about how it's stored on disk.

I'm not the guy who design this part, but from the design you can see it's 32bit based. If you think that it's not enough, maybe you can provide your use case so that we can have a discussion : )

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@crazylazyowl
Comment options

@PragmaTwice
Comment options

Answer selected by crazylazyowl
@crazylazyowl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants