Update content/shared/v3-core-get-started/_index.md
parent
5444065318
commit
6448be2c74
|
@ -329,8 +329,9 @@ For more information, see [diskless architecture](#diskless-architecture).
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> ##### Write requests return after WAL flush
|
> ##### Write requests return after WAL flush
|
||||||
>
|
>
|
||||||
> 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.
|
> 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.
|
||||||
For faster write responses, you can use the [`no_sync` option](#no-sync-write-option) to skip the wait for WAL persistence.
|
>
|
||||||
|
> To reduce the latency of writes, use the [`no_sync` write option](#no-sync-write-option), which acknowledges writes _before_ WAL persistence completes.
|
||||||
|
|
||||||
##### No sync write option
|
##### No sync write option
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue