mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
[Docs] Add details for wait_for_async_insert
This commit is contained in:
parent
f85d967f11
commit
6a459fe581
@ -1923,7 +1923,9 @@ Default value: `16`.
|
||||
|
||||
### wait_for_async_insert {#wait-for-async-insert}
|
||||
|
||||
Enables or disables waiting for processing of asynchronous insertion. If enabled, server will return `OK` only after the data is inserted. Otherwise, it will return `OK` even if the data wasn't inserted.
|
||||
Enables or disables waiting for processing of asynchronous insertion. If enabled, server will return `OK` only after the data is inserted. Otherwise, it will return `OK` even if the data has not yet been inserted.
|
||||
|
||||
If you are using asynchronous inserts, we also recommend enabling [`async_insert`](#async-insert).
|
||||
|
||||
Possible values:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user