From f43bb61a26b8c47692d0adbc05b98d7a4cd58791 Mon Sep 17 00:00:00 2001 From: George Date: Mon, 29 Mar 2021 21:11:12 +0300 Subject: [PATCH] updated settings.md --- docs/en/operations/settings/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/operations/settings/settings.md b/docs/en/operations/settings/settings.md index b9b7d061697..3421afee15d 100644 --- a/docs/en/operations/settings/settings.md +++ b/docs/en/operations/settings/settings.md @@ -1876,7 +1876,7 @@ Enables or disables random shard insertion into a [Distributed](../../engines/ta By default, when inserting data into a `Distributed` table with more than one shard, the ClickHouse server will any insertion request if there is no distributed key. When `insert_distributed_one_random_shard = 1`, insertions are allowed and data is forwarded randomly among all shards. -**Possible values** +Possible values: - 0 — Insertion is rejected if there are multiple shards and no distributed key is given. - 1 — Insertion is done randomly among all available shards when no distributed key is given.