You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm processing an xarray dataset loaded from a zarr file and I'm looking for a way to control data locality. That is, is there a way to force chunks to be processed by a Dask worker to be loaded only by that worker, and no other one, so that no transfer between Dask workers is needed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm processing an xarray dataset loaded from a zarr file and I'm looking for a way to control data locality. That is, is there a way to force chunks to be processed by a Dask worker to be loaded only by that worker, and no other one, so that no transfer between Dask workers is needed.
Beta Was this translation helpful? Give feedback.
All reactions