v.22.6Improvement

Instant Removal of Failed-to-Move Parts in MergeTree Table Engines

Now in MergeTree table engines family failed-to-move parts will be removed instantly. #37994 (alesapin).
Instant removal of failed-to-move parts in MergeTree table engines.

Why it matters

This feature addresses the problem of leftover failed-to-move parts in MergeTree table engines by removing them immediately. It improves table maintenance and resource management by preventing accumulation of such parts that could potentially cause disk space issues or affect performance.

How to use it

This feature is applied automatically in the MergeTree family of table engines. Users do not need to enable any additional settings to benefit from the instant removal of failed-to-move parts.