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
This is early thoughts but has anybody thought about the possiblity of including some kind of data versioning specs in Zarr. The use would be that multiple versions of the same data can be stored and Zarr would only keep multiple copies of the changed chunks. This would save a lot of space if the data just changed a little bit.
from practical perspective, Zarr would return the latest version the chunk unless version is specified. In that case, it woulo return the latest version up to the specified version.
The text was updated successfully, but these errors were encountered:
This is early thoughts but has anybody thought about the possiblity of including some kind of data versioning specs in Zarr. The use would be that multiple versions of the same data can be stored and Zarr would only keep multiple copies of the changed chunks. This would save a lot of space if the data just changed a little bit.
from practical perspective, Zarr would return the latest version the chunk unless
version
is specified. In that case, it woulo return the latest version up to the specifiedversion
.The text was updated successfully, but these errors were encountered: