Skip to content

Commit 8796469

Browse files
authored
Apply suggestions from code review
1 parent fab0774 commit 8796469

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/shared/influxdb3-internals-reference/durability.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ As written data moves through {{% product-name %}}, it follows a structured path
99
{{< img-hd src="/img/influxdb3/influxdb3-core-enterprise-ingest-path-flow.png" alt="Ingest path and data flow for InfluxDB 3 Core & Enterprise" />}}
1010
<span class="caption">Figure: Write request, response, and ingest flow for InfluxDB 3 Core and Enterprise</span>
1111

12-
1. [Write validation and memory buffer](#1-write-validation-and-memory-buffer)
13-
2. [Write-ahead log (WAL) persistence](#2-write-ahead-log-wal-persistence)
14-
3. [Query availability](#3-query-availability)
15-
4. [Parquet storage](#4-parquet-storage)
16-
5. [In-memory cache](#5-in-memory-cache)
12+
1. [Write validation and memory buffer](#write-validation-and-memory-buffer)
13+
2. [Write-ahead log (WAL) persistence](#write-ahead-log-wal-persistence)
14+
3. [Query availability](#query-availability)
15+
4. [Parquet storage](#parquet-storage)
16+
5. [In-memory cache](#in-memory-cache)
1717

1818
### Write validation and memory buffer
1919

0 commit comments

Comments
 (0)