Skip to content

Commit 6c95ba3

Browse files
authored
Fix internal_replication value
The `internal_replication` value is left `false` by default since only one replica per shard in this configuration.
1 parent a26dcd5 commit 6c95ba3

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)