Skip to content

Commit 9ca2652

Browse files
committed
fix(v3): remove top-level TOC link, hide recovery in Clustered
1 parent 3aa8d7e commit 9ca2652

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

content/shared/v3-distributed-internals-reference/durability.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@ When data is written to {{% product-name %}}, it progresses through multiple sta
66

77
<span class="caption">Figure: Write request, response, and ingest flow for {{% product-name %}}</span>
88

9-
- [How data flows through {{% product-name %}}](#how-data-flows-through--product-name-)
109
- [Data ingest](#data-ingest)
11-
1. [Write validation](#write-validation)
12-
2. [Write-ahead log (WAL) persistence](#write-ahead-log-wal-persistence)
1310
- [Data storage](#data-storage)
1411
- [Data deletion](#data-deletion)
1512
- [Backups](#backups)
16-
- [Recovery](#recovery)
13+
{{% hide-in "clustered" %}}- [Recovery](#recovery){{% /hide-in %}}
1714

1815
## Data ingest
1916

2017
1. [Write validation and memory buffer](#write-validation-and-memory-buffer)
2118
2. [Write-ahead log (WAL) persistence](#write-ahead-log-wal-persistence)
2219

23-
### Write validation
20+
### Write validation and memory buffer
2421

2522
The [Router](/influxdb3/version/reference/internals/storage-engine/#router) validates incoming data to prevent malformed or unsupported data from entering the system.
2623
{{% product-name %}} writes accepted data to multiple write-ahead-log (WAL) files on local

0 commit comments

Comments
 (0)