Skip to content

Commit 439b7e6

Browse files
authored
Fix spelling of 'algorithm' in documentation
1 parent d904075 commit 439b7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/sql-reference/distribution-on-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Task distribution in *Cluster family functions
22

3-
## Task distribution algorythm
3+
## Task distribution algorithm
44

55
Table functions such as `s3Cluster`, `azureBlobStorageCluster`, `hdsfCluster`, `icebergCluster`, and table engines like `S3`, `Azure`, `HDFS`, `Iceberg` with the setting `object_storage_cluster` distribute tasks across all cluster nodes or a subset limited by the `object_storage_max_nodes` setting. This setting limits the number of nodes involved in processing a distributed query, randomly selecting nodes for each query.
66

0 commit comments

Comments
 (0)