From 9ca265216fc7f8b1f60b7dfcf6ef8abbc01692b2 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 8 Sep 2025 12:03:20 -0500 Subject: [PATCH] fix(v3): remove top-level TOC link, hide recovery in Clustered --- .../v3-distributed-internals-reference/durability.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/content/shared/v3-distributed-internals-reference/durability.md b/content/shared/v3-distributed-internals-reference/durability.md index 3d8fbaf9a..dd0bf903b 100644 --- a/content/shared/v3-distributed-internals-reference/durability.md +++ b/content/shared/v3-distributed-internals-reference/durability.md @@ -6,21 +6,18 @@ When data is written to {{% product-name %}}, it progresses through multiple sta Figure: Write request, response, and ingest flow for {{% product-name %}} -- [How data flows through {{% product-name %}}](#how-data-flows-through--product-name-) - [Data ingest](#data-ingest) - 1. [Write validation](#write-validation) - 2. [Write-ahead log (WAL) persistence](#write-ahead-log-wal-persistence) - [Data storage](#data-storage) - [Data deletion](#data-deletion) - [Backups](#backups) -- [Recovery](#recovery) +{{% hide-in "clustered" %}}- [Recovery](#recovery){{% /hide-in %}} ## Data ingest 1. [Write validation and memory buffer](#write-validation-and-memory-buffer) 2. [Write-ahead log (WAL) persistence](#write-ahead-log-wal-persistence) -### Write validation +### Write validation and memory buffer The [Router](/influxdb3/version/reference/internals/storage-engine/#router) validates incoming data to prevent malformed or unsupported data from entering the system. {{% product-name %}} writes accepted data to multiple write-ahead-log (WAL) files on local