Skip to content

Commit 7713957

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/v3-core-get-started/_index.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent b89b6b0 commit 7713957

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,9 @@ For more information, see [diskless architecture](#diskless-architecture).
328328
329329
##### No sync write option
330330
331-
InfluxDB provides a `no_sync` write option to allow faster response of write request by skipping the wait for WAL presistence. When `no_sync=true`, InfluxDB writes data to WAL but immediately acknowledges the write request without waiting for persistence.
331+
InfluxDB provides a `no_sync` write option that allows the write request to respond faster by skipping the wait for WAL presistence. 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.
332+
333+
Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability.
332334
333335
- Default behavior(`no_sync=false`): Ensures data is persisted before acknowledging writes. Thus, reducing the risk of data loss.
334336
- With `no_sync=true`: Improves write performance but increases the risk of data loss in case of crashes before WAL persistence.

0 commit comments

Comments
 (0)