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

Investigate compression of parquet exports #1680

Open
manuelwedler opened this issue Oct 1, 2024 · 0 comments
Open

Investigate compression of parquet exports #1680

manuelwedler opened this issue Oct 1, 2024 · 0 comments

Comments

@manuelwedler
Copy link
Collaborator

It was reported on Matrix that our parquet exports are not compressed:

I just executed parquet meta code_0_100000.parquet and from the output it looks like that those parquet files support compression.. but it looks like those are not compressed ones .. e.g.

Row group 9:  count: 10000  8,246 kB records  start: 781314461  total(compressed): 80,530 MB total(uncompressed):80,530 MB

just compressed with bz2 to get a feeling how much compression could help

-rw-r--r--@ 1 alex  staff   826M Sep 30 15:10 code_0_100000.parquet
-rw-r--r--@ 1 alex  staff   165M Sep 30 20:24 code_0_100000.parquet.bz2

We should check why our parquet exports are not compressed and how we can make them compressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Sprint - Candidates
Development

No branches or pull requests

1 participant