Skip to content

Multiprocess usage of zarr with contiguous partitions #1284

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

You must be logged in to vote

I found it in the docs

To give a simple example, consider a 1-dimensional array of length 60, z, divided into three chunks of 20 elements each. If three workers are running and each attempts to write to a 20 element region (i.e., z[0:20], z[20:40] and z[40:60]) then each worker will be writing to a separate chunk and no synchronization is required.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ferrine
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