-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implicit vs explicit groups #184
Comments
Also, even if racy due to a lack of support for atomic read/modify/write, writing the empty group files from multiple machines concurrently could still be fine; since the contents would be the same from all writers, it doesn't matter which writer wins. |
Since the names of the metadata documents will be both
True, but I don't see how this can be circumvented. Even if implicit groups use a different delimiter than @jbms Do you think there is something to do as part of the v3 core spec? Can we close this? |
Yes we can close this. |
Currently the zarr v3 spec does not require that every group have a metadata document, and instead allows a group to be defined implicitly by the presence of a descendant.
Pros:
Cons:
An alternative to implicit groups is to use a separator other than "/", such as ".", if the equivalent of implicit groups are desired.
The text was updated successfully, but these errors were encountered: