opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ Use the Int64 BloomFilter for any types that can be cast to int64 (eg dates and timestamps)

Open joocer opened this issue 9 months ago • 0 comments
trafficstars

The Int64 BL is less accurate than the text bloom filter but is faster.

Where we have multiple join columns we should merge the bloom filters - this should improve overall accuracy as the probability of false positives across multiple columns matching is low.

joocer avatar Jan 29 '25 18:01 joocer