Update content/shared/v3-core-get-started/_index.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5861/head
Jameelah Mercer 2025-02-28 10:19:57 -08:00 committed by GitHub
parent c28c8e91b9
commit 0fc05b651d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ InfluxDB provides a `no_sync` write option that allows the write request to resp
Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability.
- Default behavior(`no_sync=false`): Waits for data to be written to disk before acknowledging writes. This reduces the risk of data loss but increases latency for writes.
- Default behavior (`no_sync=false`): Waits for data to be written to disk before acknowledging writes. This reduces the risk of data loss but increases latency for writes.
- With `no_sync=true`: Reduces write latency but increases the risk of data loss in case of crashes before WAL persistence.
###### Immediate write using the HTTP API