Skip to content

Poor performance in a custom backend #6574

Answered by lstngr
lstngr asked this question in Q&A
Discussion options

You must be logged in to vote

I've investigated a bit more, and traced back the issue to calls to dask.array.stack that I made within xarray.backends.BackendArray. It seems Dask Distributed does not like it,

  1. These calls do not appear in the task graphs after the dataset and dataarrays have been loaded,
  2. New threads in the task stream usually appear to be related to stack operations

I will close (I'd prefer delete) this issue as it fails to describe the problem correctly, and eventually come back with a MCVE in the future.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lstngr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant