aadant opened a new issue, #489:
URL: https://github.com/apache/parquet-format/issues/489

   ### Describe the enhancement requested
   
   Database like ClickHouse support bloom filters on the tokens present in a 
String rather than the String itself.
   
   https://clickhouse.com/docs/optimize/skipping-indexes#bloom-filter-types
   
   I suggest that Apache Parquet support this type of Bloom filter to speed up 
token matching or SQL `like` operations.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to