The Bloom Filter index enables fast filtering of high-cardinality columns by reducing unnecessary data scans.
playerId = 12345
:
playerId
value 12345playerId = 12345
, the Bloom filter could potentially eliminate processing for 95 segments, dramatically reducing query time.
column = value
)column IN (value1, value2, ...)
)