v.20.10Improvement

Add option to disable TTL move on data part insert

Add option to disable TTL move on data part insert. #15000 (Pavel Kovalenko).
Added an option to disable TTL moves during data part insertion in ClickHouse.

Why it matters

This feature allows users to prevent automatic TTL-based data moves when new data parts are inserted. It helps optimize insert operations and gives users control over when TTL moves occur, which can improve performance and resource management in certain workloads.

How to use it

Users can disable TTL moves on data part insertion by enabling the new option introduced in the system configuration or query settings. This stops the automatic TTL processing from triggering during inserts.