ConeyLiu opened a new issue, #2988: URL: https://github.com/apache/parquet-java/issues/2988
### Describe the enhancement requested Column statistics are mostly used for accelerating row filtering, while not all the columns are used in a query predicate. For example, the binary columns are not often used in filtering. However, they need many CPU/memory resources for the statistics calculate and store. We could add the configuration to support enabling/disabling the specified column statistics. This could reduce the footer size as well. ### Component(s) _No response_ -- 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]
