cedadev / cmip6-object-store

CMIP6 Object Store Library
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Zarr: why is writing to Zarr slower than copying large files to Caringo? #38

Open agstephens opened 3 years ago

agstephens commented 3 years ago

Note that our Zarr files break each dataset into:

  1. Some large files (data blocks)
  2. Many tiny files (metadata and coordinates)

Some questions/thoughts: