Skip to content

Commit cd7d370

Browse files
authored
Fix dangling URI (#464)
1 parent 99080e3 commit cd7d370

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/mutable-stream.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ Data is first ingested into the WAL, and then asynchronously committed to the ro
6969

7070
The Mutable Stream settings allow fine-tuning of both storage layers to balance performance, durability, and efficiency.
7171

72-
### Secondary Indexes
73-
74-
See the [Secondary Indexes](/mutable-stream-secondary-index) documentation for details.
75-
7672
### PRIMARY KEY
7773

7874
**PRIMARY KEY** — Defines the uniqueness of a row in a Mutable Stream. **Required.**
7975

8076
Rows are organized and sorted based on the primary key, and the primary index is built on top of it.
8177
See [Mutable Stream Indexes](/mutable-stream-indexes) for more details.
8278

79+
### Secondary Indexes
80+
81+
See the [Mutable Stream Indexes](/mutable-stream-indexes) documentation for details.
82+
8383
### Settings
8484

8585
#### `shards`

0 commit comments

Comments
 (0)