When data is initially collected as a DirectoryStore then compressed using 7z a -tzip ... as suggested in the docs, the resulting zip file is larger (~4x) than the original .zarr directory, and substantially larger (~40x) than if compressed without the -tzip flag (presumably thanks to zip's well-known issues with a large number of files?).
Is it fundamentally not possible to support non-zip formatted archives (like 7zip's native format, or xz, or ..., etc)?
When data is initially collected as a DirectoryStore then compressed using
7z a -tzip ...as suggested in the docs, the resulting zip file is larger (~4x) than the original .zarr directory, and substantially larger (~40x) than if compressed without the-tzipflag (presumably thanks to zip's well-known issues with a large number of files?).Is it fundamentally not possible to support non-zip formatted archives (like 7zip's native format, or xz, or ..., etc)?