pitrou opened a new issue, #3344: URL: https://github.com/apache/parquet-java/issues/3344
### Describe the enhancement requested When writing a V2 data page, it seems that compression is always unconditionally enabled even when compression doesn't actually yield any benefits: https://github.com/apache/parquet-java/blob/0fea3e1e22fffb0a25193e3efb9a5d090899458a/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ColumnChunkPageWriteStore.java#L305-L311 It would be relatively easy to use a hardcoded threshold above which compression is disabled, which makes reading faster. ### Component(s) Core -- 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]
