nicolas paris created HUDI-6226:
-----------------------------------
Summary: Leverage parquet bloom filter feature
Key: HUDI-6226
URL: https://issues.apache.org/jira/browse/HUDI-6226
Project: Apache Hudi
Issue Type: Improvement
Reporter: nicolas paris
hudi should support parquet vanilla bloom filters, because this is a standard
optimization method supported by every query engines using parquet 1.12 and
above. Moreover hudi does not provide such optimization method. Hudi blooms are
not used for select queries. Hudi blooms are only useful for update operations.
Providing vanilla parquet bloom support to hudi would allow an other set of
optimization (such z-order, parquet stats) for almost free.
see [https://github.com/apache/hudi/issues/7117]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)