Skip to content
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

idea: referencefilesystem as a way to prepend to zarr #179

Open
martindurant opened this issue Jun 15, 2022 · 2 comments
Open

idea: referencefilesystem as a way to prepend to zarr #179

martindurant opened this issue Jun 15, 2022 · 2 comments

Comments

@martindurant
Copy link
Member

This is not really a kerchunk process, but if you wanted to extend a zarr dataset by prepending chunks to it, you would currently write the new files and be forced to rename all the other chunks, as well as update the metadata - which would change how it looked to other users.

However, with our system, the new could files could be written with different names (or even "-1" negative names) and then construct a new view containing the new prepended chunks without changing the original dataset at all.

cc @jakirkham

@jakirkham
Copy link

Thanks Martin! 🙏

Also was thinking about issue ( zarr-developers/zarr-specs#82 ) when this came up. Maybe it is worth exploring this problem more generally in that context

@martindurant
Copy link
Member Author

Yes, exactly! Lots of possibilities here, but it's not exactly simple :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants