GitHub user PragmaTwice added a comment to the discussion: Cuckoo Filter Design 
Proposal

Let's create a new example of when the expansion factor is 2.

Here I want to avoid to use the word "filter".

For example, if in initial we have 100 buckets, in one rocksdb key, and when 
the rehashing is triggered, we should have 300 buckets.

And in this case, we have multiple choices.
1. remain just one rocksdb key, and put all 300 buckets into this key.
2. split them to two rocksdb keys, i.e. two rocksdb keys, and 150 buckets in 
each key

GitHub link: 
https://github.com/apache/kvrocks/discussions/3079#discussioncomment-13920657

----
This is an automatically sent email for issues@kvrocks.apache.org.
To unsubscribe, please send an email to: issues-unsubscr...@kvrocks.apache.org

Reply via email to