opteryx
opteryx copied to clipboard
✨ Use the Int64 BloomFilter for any types that can be cast to int64 (eg dates and timestamps)
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.