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

savecube very slow for small chunksizes #350

Open
felixcremer opened this issue Nov 2, 2023 · 1 comment
Open

savecube very slow for small chunksizes #350

felixcremer opened this issue Nov 2, 2023 · 1 comment

Comments

@felixcremer
Copy link
Member

When I save a cube with small chunk sizes the buffer size is not corrected in get_copy_buffer_size which leads to a very slow saving of the data cube. We might want to increase the buffer size in line 67 of Cubes/Rechunker.jl

@Balinus
Copy link
Contributor

Balinus commented Jan 18, 2024

Hello, what would be an example of a "small chunksizes"? Is it an absolute size or is it relative to the size of the Dataset/Cube?

I'm wondering if my writing speed is due to the small chunksizes or the compression. Thanks!

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