aadant opened a new issue, #490: URL: https://github.com/apache/parquet-format/issues/490
### Describe the enhancement requested Some database support bloom filters on n-grams from a String. This facilitates some operations like "like" operations. Searching for a particular discriminant token with rare n-grams can be greatly sped up. https://clickhouse.com/docs/optimize/skipping-indexes#bloom-filter-types see `ngrambf_v1` -- 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]
