Replies: 1 comment 2 replies
-
We're using BlockSplitBloomFilter with xxhash, just same as parquet is using( without metadata ) 🤔 Besides, I think different project might uses different format for BloomFilter, and some format also have some metadata in BloomFilter in binary format |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's just an idea as we are generating different Bloomfilters from kvrocks, but we usually iterate over all the keys and generate the specific Bloomfilter.
The idea would be to import and export Bloomfilters in/from kvrocks in other formats. Importing existing Bloomfilters or even exporting them might be possible, although I suppose the data model behind kvrocks differs, especially regarding the hash functions used.
There is a commonly used format created by DCSO and their different implementations:
Beta Was this translation helpful? Give feedback.
All reactions