Skip to content

Commit 9ce8d93

Browse files
authored
Update content/shared/v3-core-get-started/_index.md
1 parent 6448be2 commit 9ce8d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ For more information, see [diskless architecture](#diskless-architecture).
335335
336336
##### No sync write option
337337
338-
InfluxDB provides a `no_sync` write option that allows the write request to respond faster by skipping the wait for WAL persistence. When `no_sync=true`, InfluxDB writes data to the WAL and then immediately acknowledges the write request without waiting for persistence to the Object store.
338+
The `no_sync` write option reduces latency by acknowledging write requests before WAL persistence completes. When set to `true`, InfluxDB validates the data, writes the data to the WAL, and then immediately confirms the write, without waiting for persistence to the Object store.
339339
340340
Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability.
341341

0 commit comments

Comments
 (0)