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
@@ -339,7 +339,7 @@ The `no_sync` write option reduces latency by acknowledging write requests befor
339
339
340
340
Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability.
341
341
342
-
- 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.
342
+
- Default behavior (`no_sync=false`): Waits for data to be written to the Object store before acknowledging the write. Reduces the risk of data loss, but increases the latency of the response.
343
343
- With `no_sync=true`: Reduces write latency but increases the risk of data loss incase of crashes before WAL persistence.
0 commit comments