Skip to content

Commit c232b05

Browse files
jstriebelnormanrz
andauthored
Update docs/storage_transformers/sharding/v1.0.rst
Co-authored-by: Norman Rzepka <[email protected]>
1 parent e98cbc0 commit c232b05

File tree

1 file changed

+1
-1
lines changed
  • docs/storage_transformers/sharding

1 file changed

+1
-1
lines changed

docs/storage_transformers/sharding/v1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Increasing the chunk size works only up to a certain point, as chunk sizes need
4444
read efficiency requirements, for example to stream data in browser-based visualization software.
4545

4646
Therefore, chunks may need to be smaller than the minimum size of one storage key.
47-
In those cases it is required to store objects at a more coarse granularity than reading chunks.
47+
In those cases it is efficient to store objects at a more coarse granularity than reading chunks.
4848
Sharding solves this by allowing to store multiple chunks in one storage key, which is called a shard:
4949

5050
.. image:: sharding.png

0 commit comments

Comments
 (0)