Skip to content

Commit be7ac83

Browse files
ilan-goldd-v-b
andauthored
Update docs/user-guide/performance.md
Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
1 parent f4498a6 commit be7ac83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user-guide/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ filters (e.g., byte-shuffle) have been applied.
115115

116116
### Subchunk memory layout
117117

118-
The order of chunks **within each shard** can be changed via the `subchunk_write_order` parameter of the `ShardingCodec` using the `SubchunkWriteOrder` enum or a corresponding string.
118+
The order of chunks **within each shard** can be changed via the `subchunk_write_order` parameter of the `ShardingCodec`. That parameter is a string which must be one of `["morton", "lexicographic", "colexicographic", "unordered"]`.
119119

120120
By default [`morton`](https://en.wikipedia.org/wiki/Z-order_curve) order provides good spatial locality however [`lexicographic` (i.e., row-major)](https://en.wikipedia.org/wiki/Row-_and_column-major_order), for example, may be better suited to "batched" workflows where some form of sequential reading through a fixed number of outer dimensions is desired. The options are `lexicographic`, `morton`, `unordered` (i.e., random), and `colexicographic`.
121121

0 commit comments

Comments
 (0)