File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/v3/codecs/sharding-indexed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ chunks may be expected. Some writing strategies might be
149149 order). When replacing existing chunks larger or equal-sized chunks may be
150150 replaced in-place, leaving unused space up to an upper limit that might
151151 possibly be specified. Please note that, for regular-sized uncompressed data,
152- all chunks have the same size and can therefore be replaced in-place. > *
152+ all chunks have the same size and can therefore be replaced in-place.
153153* **Append-only **: Any chunk to write is appended to the existing shard,
154154 followed by an updated index. If previous chunks are updated, their storage
155155 space becomes unused, as well as the previous index. This might be useful for
You can’t perform that action at this time.
0 commit comments