You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/shared/v3-core-get-started/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ InfluxDB provides a `no_sync` write option that allows the write request to resp
333
333
334
334
Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability.
335
335
336
-
- 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.
336
+
- 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.
337
337
- With `no_sync=true`: Reduces write latency but increases the risk of data loss incase of crashes before WAL persistence.
0 commit comments