Skip to content

Best practice for applying function over 3D rolling windows Xarray with Dask backend #7508

Answered by dcherian
GrahamReveley asked this question in General
Discussion options

You must be logged in to vote

I'm seeing very low CPU usage from the workers (<10%) and high disk read/write stats from them also, suggesting a lot of reordering of data.

Your chunk sizes along the rolling dimension are small, so there's a lot of communication. Try increasing them if you can.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@GrahamReveley
Comment options

@dcherian
Comment options

Answer selected by dcherian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
Converted from issue

This discussion was converted from issue #7505 on February 06, 2023 20:02.