xarray icon indicating copy to clipboard operation
xarray copied to clipboard

Set limit based off chunksize

Open jsignell opened this issue 2 months ago • 0 comments

  • [ ] Closes #xxxx
  • [ ] Tests added
  • [ ] User visible changes (including notable bug fixes) are documented in whats-new.rst
  • [ ] New functions/methods are listed in api.rst

If you know what the chunksize is on-disk, then when you are using "auto" you can use that as limit for chunksize so that you are less likely to split up chunks.

A more complete, but probably more complex option would be to put something like this into dask itself so that auto_chunks could have a "don't split" option.

jsignell avatar Dec 12 '25 17:12 jsignell