Skip to content

Commit 9c00e4b

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ For more information, see [diskless architecture](#diskless-architecture).
324324
> [!Note]
325325
> ##### Write requests return after WAL flush
326326
>
327-
> Because InfluxDB sends a write response after the WAL file has been flushed to the configured object store (default is every second), individual write requests might not complete quickly, but you can make many concurrent requests to achieve higher total throughput. Future enhancements will include an API parameter that lets requests return without waiting for the WAL flush.
327+
> 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.
328+
For faster write responses, you can use the [`no_sync` option](#no-sync-write-option) to skip the wait for WAL persistence.
328329
329330
##### No sync write option
330331

0 commit comments

Comments
 (0)