You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/31 18:17:11 UTC

[GitHub] [iceberg] rdblue commented on pull request #5670: core: snappy as default for parquet compession

rdblue commented on PR #5670:
URL: https://github.com/apache/iceberg/pull/5670#issuecomment-1233264708

   From the fairly broad testing that I've done, snappy is never a good choice for compression. This choice depends on what you want to optimize. Snappy is often fast, but gets very poor compression rates. LZ4 is a much better choice if you're optimizing for write speed because it is usually faster and smaller than snappy. But if you're optimizing for compression, I probably wouldn't choose LZ4.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org