Skip to content

Commit 1aabbdf

Browse files
authored
Merge pull request #4620 from kdorichev/patch-1
Fix `internal_replication` value
2 parents b8067dc + 6c95ba3 commit 1aabbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment-guides/replication-sharding-examples/02_2_shards_1_replica.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ template for distributed DDL queries, which are queries that execute across the
274274
cluster using the `ON CLUSTER` clause. By default, distributed DDL queries
275275
are allowed, but can also be turned off with setting `allow_distributed_ddl_queries`.
276276

277-
`internal_replication` is set to true so that data is written to just one of the replicas.
277+
`internal_replication` is left set to false by default since only one replica per shard.
278278

279279
```xml
280280
<remote_servers>

0 commit comments

Comments
 (0)