Skip to content

Commit 77faf72

Browse files
MeelahMejstirnaman
andcommitted
Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
1 parent d796faf commit 77faf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When data is written to InfluxDB 3, it progresses through multiple stages to ens
66

77
When data is written to InfluxDB 3, it progresses through multiple stages to ensure durability, optimize performance, and enable efficient querying. Configuration options at each stage affect system behavior, balancing reliability and resource usage.
88

9-
1. **Write validation**: InfluxDB validates incoming data and rejects invalid points with an HTTP 400 error.
9+
1. [Write validation](#write-validation)
1010

1111
2. **Memory buffer**: Valid data is stored in an in-memory buffer before being persisted.
1212

0 commit comments

Comments
 (0)