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

Disable default compression of NetCDF files #2850

Merged
merged 2 commits into from
Mar 28, 2024
Merged

Disable default compression of NetCDF files #2850

merged 2 commits into from
Mar 28, 2024

Conversation

Sbozzolo
Copy link
Member

@Sbozzolo Sbozzolo commented Mar 28, 2024

By default, NetCDF files were compressed on the fly. This had no measurable performance impact when the file was synced immediately (or maybe compression happened at sync?). Now that the sync is decoupled from output, disabling compression moves the io benchmark much closer to the theoretical limit set by NCDatasets. Coupling this with a reduced sync frequency, this should have very significant impact towards #2827

cc: @charleskawczynski

By default, NetCDF files were compressed on the fly. This had no
measurable performance impact when the file was synced immediately (or
maybe compression happened at sync?). Now that the sync is decoupled
from output, the io benchmark seems to be much closer to the theoretical
limit set by NCDatasets
@Sbozzolo Sbozzolo marked this pull request as ready for review March 28, 2024 19:04
@Sbozzolo Sbozzolo added this pull request to the merge queue Mar 28, 2024
Merged via the queue into main with commit 57d7e75 Mar 28, 2024
11 checks passed
@Sbozzolo Sbozzolo deleted the gb/bench_io branch March 28, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant