Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compression ratio degraded for repeated INT64 columns in parquet #281

Open
liorchaga opened this issue May 9, 2021 · 1 comment
Open

Comments

@liorchaga
Copy link

When testing upgrade to spark 3.1.1 I've noticed the compression of repeated INT64 columns compression got worse.

https://stackoverflow.com/questions/67413589/parquet-compression-degradation-when-upgrading-spark/67455721#67455721

Reading this file saved with snappy 1.1.2.6, and writing it with higher version results in compression ratio dropping from 2.05 to 1.26
Any snappy-version higher than 1.1.2.6 reproduced this issue.

@gitrc
Copy link

gitrc commented Jun 27, 2022

Does anyone know what changed to cause such a measurable change in compression ratio? I just tested 1.1.2.6 on one of my datasets and saw an immediate 20% savings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants