You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-docs/influxdb3/core/v3/ref.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1448,7 +1448,7 @@ components:
1448
1448
description: |
1449
1449
Do not sync writes.
1450
1450
1451
-
By default, InfluxDB writes ingested data to the WAL file and then waits for the WAL to be persistend to disk before acknowledging the write.
1451
+
By default, InfluxDB writes ingested data to the WAL file and then waits for the WAL to be persisted to object storage before acknowledging the write.
1452
1452
1453
1453
If `no_sync=true`, InfluxDB validates and buffers the ingested data but the server does not wait for the WAL file to be persisted to object storage before acknowledging the write.
0 commit comments