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

Explore compressing artifacts #50

Open
Sbozzolo opened this issue Oct 8, 2024 · 1 comment
Open

Explore compressing artifacts #50

Sbozzolo opened this issue Oct 8, 2024 · 1 comment

Comments

@Sbozzolo
Copy link
Member

Sbozzolo commented Oct 8, 2024

Many of our artifacts are created without compression. We can reduce their size by enabling maximum compression (set deflatelevel = 9).

https://alexander-barth.github.io/NCDatasets.jl/dev/variables/#Creating-a-variable

@ph-kev
Copy link
Member

ph-kev commented Nov 22, 2024

With PR #81, there is a trade off between compression and reading data. Compression can slow down loading data since you need to decompress the data when loading it.

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

No branches or pull requests

2 participants