Skip to content

Commit 63c1ff7

Browse files
authored
Merge pull request #4923 from ClickHouse/docs-fix-shared-family-naming-mixup
fix the mixup of <k+v> with <v+k>
2 parents 67c50b8 + cc632ba commit 63c1ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cloud/features/04_infrastructure/shared-merge-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Image from '@theme/IdealImage';
1313

1414
# SharedMergeTree table engine
1515

16-
The SharedMergeTree table engine family is a cloud-native replacement of the ReplicatedMergeTree engines that is optimized to work on top of shared storage (e.g. Amazon S3, Google Cloud Storage, MinIO, Azure Blob Storage). There is a SharedMergeTree analog for every specific MergeTree engine type, i.e. ReplacingSharedMergeTree replaces ReplacingReplicatedMergeTree.
16+
The SharedMergeTree table engine family is a cloud-native replacement of the ReplicatedMergeTree engines that is optimized to work on top of shared storage (e.g. Amazon S3, Google Cloud Storage, MinIO, Azure Blob Storage). There is a SharedMergeTree analog for every specific MergeTree engine type, i.e. SharedReplacingMergeTree replaces ReplicatedReplacingMergeTree.
1717

1818
The SharedMergeTree table engine family powers ClickHouse Cloud. For an end-user, nothing needs to be changed to start using the SharedMergeTree engine family instead of the ReplicatedMergeTree based engines. It provides the following additional benefits:
1919

0 commit comments

Comments
 (0)