Bloom Filter
This page describes configuring the bloom filter for Apache Pinot
SELECT COUNT(*)
FROM baseballStats
WHERE playerID = 12345{
"tableIndexConfig": {
"bloomFilterColumns": [
"playerID",
...
],
...
},
...
}Was this helpful?

