Skip to content

Commit bee7a35

Browse files
committed
Update _avoid_optimize_final.md
1 parent 51728da commit bee7a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/best-practices/_snippets/_avoid_optimize_final.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Normally, ClickHouse avoids merging parts larger than ~150 GB (configurable via
4444

4545
* It may try to merge **multiple 150 GB parts** into one massive part
4646
* This could result in **long merge times**, **memory pressure**, or even **out-of-memory errors**
47-
* These large parts may become challenging to merge i.e. attempts to merge them further fails for the reasons stated above. In cases where merges are required for correct query time behavior, this can result in undesired consequences e.g. [duplicates accumulating for a ReplacingMergeTree](/guides/developer/deduplication#using-replacingmergetree-for-upserts), increasing query time performance.
47+
* These large parts may become challenging to merge, i.e. attempts to merge them further fails for the reasons stated above. In cases where merges are required for correct query time behavior, this can result in undesired consequences such as [duplicates accumulating for a ReplacingMergeTree](/guides/developer/deduplication#using-replacingmergetree-for-upserts), diminishing query time performance.
4848

4949
## Let background merges do the work {#let-background-merges-do-the-work}
5050

0 commit comments

Comments
 (0)