jhchee commented on issue #8713: URL: https://github.com/apache/iceberg/issues/8713#issuecomment-1750689951
@swat1234 Can you try something like: The result with UNCOMPRESSED codec looks unusual (and it shouldn't be smaller than snappy). Are you sure that you are using this config in your experiment: ``` write.parquet.compression-codec=uncompressed ``` ZTSD may compress better than GZIP when using higher level. As per suggestion: ``` write.parquet.compression-codec=zstd write.parquet.compression-level=9 ``` -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org