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

For example, in the first round, we have one filter with 16 buckets. e.g. 
`filter0 -> bucket0, ... bucket15`.

And after one rehashing, we can just extend it to a filter with 32 buckets, 
e.g. `filter0 -> bucket0 ..., bucket31`, since it is still relatively small and 
we don't need to store it in two keys.

In your design it seems no possible 🤔 

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

----
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