Skip to content

Commit 9c276ee

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

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
@@ -339,7 +339,7 @@ The `no_sync` write option reduces latency by acknowledging write requests befor
339339
340340
Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability.
341341
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.
343343
- With `no_sync=true`: Reduces write latency but increases the risk of data loss in case of crashes before WAL persistence.
344344
345345
###### Immediate write using the HTTP API

0 commit comments

Comments
 (0)