Skip to content

Commit d0af3b3

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,10 @@ Using `no_sync=true` is best when prioritizing high-throughput writes over absol
335335
- 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`: Reduces write latency but increases the risk of data loss in case of crashes before WAL persistence.
337337
338-
If you are using the HTTP API, here is an example of how to enable the `no_sync` option:
338+
###### Immediate write using the HTTP API
339+
340+
The `no_sync` parameter controls when writes are acknowledged--for example:
341+
339342
340343
```sh
341344
curl -v "http://localhost:8181/api/v3/write_lp?db=sensors&precision=auto&no_sync=true" \

0 commit comments

Comments
 (0)