Update content/shared/influxdb3-internals-reference/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>pull/5881/head
parent
3f2f8679f9
commit
19acc77fe8
|
@ -1,3 +1,3 @@
|
|||
### [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.
|
||||
{{< children >}}
|
Loading…
Reference in New Issue