added Data durability section to InfluxDb 3 Internals home page
parent
d5056f042a
commit
443256a290
|
@ -1,15 +1,17 @@
|
|||
---
|
||||
title: InfluxDB3 data durability
|
||||
title: InfluxDB 3 Internals
|
||||
description: >
|
||||
Learn about InfluxDB3 internal systems and mechanisms.
|
||||
Learn about InfluxDB 3 internal systems and mechanisms.
|
||||
menu:
|
||||
influxdb3_core:
|
||||
name: InfluxDB3 internals
|
||||
parent: Reference
|
||||
weight: 104
|
||||
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
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Hi
|
||||
### Data durability
|
||||
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.
|
Loading…
Reference in New Issue