diff --git a/docs/en/operations/settings/settings.md b/docs/en/operations/settings/settings.md index 2287db1b6c0..7fbe1cbe5c8 100644 --- a/docs/en/operations/settings/settings.md +++ b/docs/en/operations/settings/settings.md @@ -3845,12 +3845,12 @@ Default value: `16`. ## wait_for_async_insert {#wait-for-async-insert} -Enables or disables waiting for processing of asynchronous insertion. If enabled, client 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 wasn't inserted. Possible values: -- 0 — Client returns `OK` even if the data is not yet inserted. -- 1 — Client returns `OK` only after the data is inserted. +- 0 — Server returns `OK` even if the data is not yet inserted. +- 1 — Server returns `OK` only after the data is inserted. Default value: `1`. @@ -3867,7 +3867,7 @@ Default value: [lock_acquire_timeout](#lock_acquire_timeout). ## async_insert_max_data_size {#async-insert-max-data-size} -The maximum size of the uparsed data in bytes collected per query before being inserted. +The maximum size of the unparsed data in bytes collected per query before being inserted. Possible values: diff --git a/docs/ru/operations/settings/settings.md b/docs/ru/operations/settings/settings.md index ffe52d365d3..fc0b2dd7fc3 100644 --- a/docs/ru/operations/settings/settings.md +++ b/docs/ru/operations/settings/settings.md @@ -3675,8 +3675,8 @@ SELECT * FROM positional_arguments ORDER BY 2,3; Возможные значения: -- 0 — клиент возвращает `OK` даже если вставка данных еще не завершена. -- 1 — клиент возвращает `OK` только после завершения вставки данных. +- 0 — сервер возвращает `OK` даже если вставка данных еще не завершена. +- 1 — сервер возвращает `OK` только после завершения вставки данных. Значение по умолчанию: `1`.