Adding links

pull/5881/head
meelahme 2025-03-10 15:33:29 -07:00 committed by Jason Stirnaman
parent 443256a290
commit 5366044069
3 changed files with 3 additions and 4 deletions

View File

@ -10,8 +10,6 @@ weight: 107
source: /shared/influxdb3-internals-reference/_index.md
---
{{< children >}}
<!--
The content for this page is at
// SOURCE /content/shared/influxdb3-internals-reference/_index.md

View File

@ -1,2 +1,3 @@
### Data durability
### [Data Durability](./durability.md)
InfluxDB 3 ensures data durability through a structured write path that balances performance, persistence, and query efficiency. Data moves through validation, in-memory buffering, Write-Ahead Log (WAL) persistence, and long-term storage in Parquet format to provide reliability and optimized access.

View File

@ -379,7 +379,7 @@ The response is the following:
InfluxDB rejects all points in the batch.
The response is an HTTP error (`400`) status, and the response body contains `parsing failed for write_lp endpoint` and details about the problem line.
For more information on data durability see [Data Durability](/influxdb3-internals-reference/durability.md)
For more information on data durability see [Data Durability](./durability.md).
#### Write responses