Skip to content

Commit 6448be2

Browse files
authored
Update content/shared/v3-core-get-started/_index.md
1 parent 5444065 commit 6448be2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,9 @@ For more information, see [diskless architecture](#diskless-architecture).
329329
> [!Note]
330330
> ##### Write requests return after WAL flush
331331
>
332-
> By default, when you write data, InfluxDB sends a write response after the WAL file has been flushed to the Object store (default is every second). Write requests might not complete quickly, but you can make many concurrent requests to achieve higher total throughput.
333-
For faster write responses, you can use the [`no_sync` option](#no-sync-write-option) to skip the wait for WAL persistence.
332+
> By default, InfluxDB acknowledges writes after flushing the WAL file to the Object store (occurring every second). For high throughput, you can send multiple concurrent write requests.
333+
>
334+
> To reduce the latency of writes, use the [`no_sync` write option](#no-sync-write-option), which acknowledges writes _before_ WAL persistence completes.
334335
335336
##### No sync write option
336337

0 commit comments

Comments
 (0)