Adding links
parent
443256a290
commit
5366044069
|
@ -10,8 +10,6 @@ weight: 107
|
||||||
source: /shared/influxdb3-internals-reference/_index.md
|
source: /shared/influxdb3-internals-reference/_index.md
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< children >}}
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
The content for this page is at
|
The content for this page is at
|
||||||
// SOURCE /content/shared/influxdb3-internals-reference/_index.md
|
// SOURCE /content/shared/influxdb3-internals-reference/_index.md
|
||||||
|
|
|
@ -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.
|
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.
|
|
@ -379,7 +379,7 @@ The response is the following:
|
||||||
InfluxDB rejects all points in the batch.
|
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.
|
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
|
#### Write responses
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue