From a0eeb3944c2167a6b83fa6d5d8b6b89d086cc378 Mon Sep 17 00:00:00 2001 From: mavaylon1 Date: Mon, 4 Dec 2023 11:52:37 -0800 Subject: [PATCH] storage rst --- docs/source/storage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/storage.rst b/docs/source/storage.rst index af8ac0f2..47690245 100644 --- a/docs/source/storage.rst +++ b/docs/source/storage.rst @@ -398,6 +398,6 @@ be stored in ``/specifications/core/2.0.1/nwb.ecephys``). Consolidating Metadata ====================== -Zarr allows users to consolidate all metadata for groups and arrays within the given store. In practice, every file +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.