mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge branch 'alexey-sm-DOCSUP-14785-document-detach_not_byte_identical_parts' of https://github.com/lehasm/ClickHouse into alexey-sm-DOCSUP-14785-document-detach_not_byte_identical_parts
This commit is contained in:
commit
823bc5a2e2
@ -346,9 +346,9 @@ The value of the `min_bytes_to_rebalance_partition_over_jbod` setting should be
|
|||||||
|
|
||||||
## detach_not_byte_identical_parts {#detach_not_byte_identical_parts}
|
## detach_not_byte_identical_parts {#detach_not_byte_identical_parts}
|
||||||
|
|
||||||
Enables detaching a part instead of removing it if the part differs from other replicas after a merge or a mutation. Activate this setting if you want to analyse such parts later.
|
Enables or disables detaching not byte-identical parts after a merge or a mutation. If disabled, they are removed. Activate this setting if you want to analyze such parts later.
|
||||||
|
|
||||||
The setting is applicable to [replicated MergeTree](../../engines/table-engines/mergetree-family/replication.md) tables.
|
The setting is applicable to [ReplicatedMergeTree](../../engines/table-engines/mergetree-family/replication.md) tables.
|
||||||
|
|
||||||
Possible values:
|
Possible values:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user