Skip to content

Commit e7f4bc2

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

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
@@ -332,7 +332,7 @@ InfluxDB provides a `no_sync` write option that allows the write request to resp
332332
333333
Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability.
334334
335-
- Default behavior(`no_sync=false`): Ensures data is persisted before acknowledging writes. Thus, reducing the risk of data loss.
335+
- 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.
336336
- With `no_sync=true`: Improves write performance but increases the risk of data loss in case of crashes before WAL persistence.
337337
338338
If you are using the HTTP API, here is an example of how to enable the `no_sync` option:

0 commit comments

Comments
 (0)