mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Update replacingmergetree.md
This commit is contained in:
parent
ddd6eea267
commit
88dec86bd4
@ -13,7 +13,7 @@ Data deduplication occurs only during a merge. Merging occurs in the background
|
||||
Thus, `ReplacingMergeTree` is suitable for clearing out duplicate data in the background in order to save space, but it does not guarantee the absence of duplicates.
|
||||
|
||||
:::note
|
||||
A detailed guide on ReplacingMergeTree, including best practices and how to optimize performance, is availble [here](/docs/en/guides/replacing-merge-tree).
|
||||
A detailed guide on ReplacingMergeTree, including best practices and how to optimize performance, is available [here](/docs/en/guides/replacing-merge-tree).
|
||||
:::
|
||||
|
||||
## Creating a Table {#creating-a-table}
|
||||
|
Loading…
Reference in New Issue
Block a user