We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98cbc0 commit c232b05Copy full SHA for c232b05
docs/storage_transformers/sharding/v1.0.rst
@@ -44,7 +44,7 @@ Increasing the chunk size works only up to a certain point, as chunk sizes need
44
read efficiency requirements, for example to stream data in browser-based visualization software.
45
46
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.
+In those cases it is efficient to store objects at a more coarse granularity than reading chunks.
48
Sharding solves this by allowing to store multiple chunks in one storage key, which is called a shard:
49
50
.. image:: sharding.png
0 commit comments