Skip to content

Commit

Permalink
Update docs/source/storage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel authored Dec 5, 2023
1 parent d8b5841 commit b75b279
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -401,3 +401,10 @@ Consolidating Metadata
Zarr allows users to consolidate all metadata for groups and arrays within the given store. By default, every file
will consolidate all metadata within into a single `.zmetadata` file, stored in the root group. This reduces the number of read
operations when retrieving certain metadata in read mode.

.. note::

When updating a file, the consolidated metadata will also need to be updated via
`zarr.consolidate_metadata(path)` to ensure the consolidated metadata is consistent
with the file.

0 comments on commit b75b279

Please sign in to comment.