v.22.12Improvement

Apply Connection Timeout Settings for Distributed Async INSERT

Apply connection timeout settings for Distributed async INSERT from the query. #43156 (Azat Khuzhin).
Apply connection timeout settings for Distributed async INSERT from the query.

Why it matters

This feature allows connection timeout parameters to be respected and applied when performing asynchronous INSERT operations on Distributed tables. It solves the issue where connection timeout settings were previously ignored during async INSERTs, improving reliability and control over distributed insert timings.

How to use it

Users can specify connection timeout settings directly in their queries performing async INSERTs on Distributed tables. The system will now correctly honor these timeout parameters, allowing better management of network and connection stability during distributed asynchronous inserts.