Skip to content

Commit e58913e

Browse files
Update docs/user-guide/config.rst
Co-authored-by: Davis Bennett <[email protected]>
1 parent 7ff67e0 commit e58913e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Configuration options include the following:
4242
- Default filters, serializers and compressors, e.g. ``array.v3_default_filters``, ``array.v3_default_serializer``, ``array.v3_default_compressors``, ``array.v2_default_filters`` and ``array.v2_default_compressor``
4343

4444
- ``array.write_empty_chunks``
45-
Determines whether empty chunks (filled with default values) are written to storage.
45+
Determines whether empty chunks (filled with default values) are written to storage. Setting this to ``False`` can reduce the number of write operations and objects created when writing arrays with large empty regions.
4646

47-
- ``False`` → Empty chunks are **not written** (saves space).
47+
- ``False`` → Empty chunks are **not written**.
4848
- ``True`` → Empty chunks are explicitly stored.
4949
- **Default:** ``False``
5050

0 commit comments

Comments
 (0)