mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Small fixes
This commit is contained in:
parent
aab83c1d79
commit
2c88b0bd91
@ -1874,7 +1874,7 @@ Default value: `0`.
|
||||
|
||||
## insert_shard_id {#insert_shard_id}
|
||||
|
||||
Enables synchronous insertion of data into specific shards of [Distributed](../../engines/table-engines/special/distributed.md#distributed) tables.
|
||||
Enables or disables synchronous data insertion into specific shards of [Distributed](../../engines/table-engines/special/distributed.md#distributed) tables.
|
||||
|
||||
If `insert_shard_id` isn't specified or the value is incorrect, the server will throw an exception.
|
||||
|
||||
|
@ -1747,7 +1747,7 @@ ClickHouse генерирует исключение
|
||||
|
||||
## insert_shard_id {#insert_shard_id}
|
||||
|
||||
Включает синхронную запись данных в указанный шард [Distributed](../../engines/table-engines/special/distributed.md#distributed) таблицы.
|
||||
Включает или отключает режим синхронного добавления данных в указанный шард [Distributed](../../engines/table-engines/special/distributed.md#distributed) таблицы.
|
||||
|
||||
Если значение настройки `insert_shard_id` не указано или указано неверно, сервер выдаст ошибку.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user