Apply suggestions from code review
Co-authored-by: Trevor Hilton <trevor.hilton@gmail.com>pull/5870/head
parent
0b4d4a466e
commit
cb953b9f63
|
@ -1448,7 +1448,7 @@ components:
|
||||||
description: |
|
description: |
|
||||||
Do not sync writes.
|
Do not sync writes.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
PrecisionWriteCompatibility:
|
PrecisionWriteCompatibility:
|
||||||
|
|
Loading…
Reference in New Issue