v.24.3Improvement

Add Override for Initial INSERT Settings with SYSTEM FLUSH DISTRIBUTED

Add ability to override initial INSERT settings via SYSTEM FLUSH DISTRIBUTED. #61832 (Azat Khuzhin).
Added the ability to override initial INSERT settings when using SYSTEM FLUSH DISTRIBUTED command in ClickHouse.

Why it matters

This feature allows users to customize and control the behavior of INSERT operations triggered by the SYSTEM FLUSH DISTRIBUTED command by overriding default settings. It improves flexibility and helps address scenarios where specific INSERT settings are required during distributed data flushing.

How to use it

When using the SYSTEM FLUSH DISTRIBUTED command, users can now specify overridden INSERT settings to control how data is inserted during the flush operation. This is done by including the desired settings as part of the command invocation or configuration.