issues: 1821467933
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1821467933 | I_kwDOAMm_X85skWUd | 8021 | Specify chunks in bytes | 306380 | open | 0 | 4 | 2023-07-26T02:29:43Z | 2023-10-06T10:09:33Z | MEMBER | Is your feature request related to a problem?I'm playing around with xarray performance and would like a way to easily tweak chunk sizes. I'm able to do this by backing out what xarray chooses in an Dask array does this in two ways. We can provide a value in chunks as like the following:
We also refer to a value in Dask config ```python In [1]: import dask In [2]: dask.config.get("array.chunk-size") Out[2]: '128MiB' ``` This is not very important (I'm unblocked) but I thought I'd mention it in case someone is looking for some fun work 🙂 Describe the solution you'd likeNo response Describe alternatives you've consideredNo response Additional contextNo response |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8021/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |