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.