issues: 1181573623
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1181573623 | I_kwDOAMm_X85GbWH3 | 6413 | Lazy label-based .isel() using 1-D Boolean array, followed by .load() is very slow | 28287009 | closed | 0 | 1 | 2022-03-26T07:31:00Z | 2023-11-06T06:10:01Z | 2023-11-06T06:10:00Z | NONE | What is your issue?Info about my datasetI have a large (~20 GB, Trying to load a subset of the data into memoryI have a 1D Boolean mask
However, I can load the entire array and then index (this is slow-ish, but works):
Is this vectorized indexing?I'm not sure if this is expected behavior: according to the Tip here in the User Guide, indexing is slow when using vectorized indexing, which I assumed to mean indexing along multiple dimensions (outer indexing, in What to do for larger datasets that don't fit in RAM?Right now, I can In the event that I have to use |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6413/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
not_planned | 13221727 | issue |