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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5881/head
Jameelah Mercer 2025-03-17 13:43:30 -07:00 committed by Jason Stirnaman
parent 96b1b52f4f
commit 778cddb053
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ When data is written to {{% product-name %}}, it progresses through multiple sta
##### Write Validation
- Process: InfluxDB validates incoming data before accepting it into the system.
- Process: The Ingest Router receives the write request and validates incoming data before accepting it into the system.
- Impact: Prevents malformed or unsupported data from entering the database.