Skip to content

Commit 6ca9298

Browse files
Spelling again.
1 parent b655610 commit 6ca9298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/managing-data/core-concepts/shards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Query processing works similarly to setups without replicas, with only a single
9393
9494
① A query targeting the distributed table is sent to corresponding ClickHouse server, either directly or via a load balancer.
9595

96-
② The Distributed table forwards the query to a one replica from each shard, where each ClickHouse server hosting the selected replica computes its local aggregation result in parallel.
96+
② The Distributed table forwards the query to one replica from each shard, where each ClickHouse server hosting the selected replica computes its local aggregation result in parallel.
9797

9898
The rest works the [same](#select-forwarding) as in setups without replicas and is not shown in the diagram above. The ClickHouse server hosting the initially targeted distributed table collects all local results, merges them into the final global result, and returns it to the query sender.
9999

0 commit comments

Comments
 (0)