v.19.8Improvements
Respect Query Settings in Asynchronous Inserts into Distributed Tables
Respect query settings in asynchronous INSERTs into Distributed tables. #4936 (TCeason)
Why it matters
This feature ensures that query-level settings are properly applied when performing asynchronousINSERT operations into Distributed tables, leading to more predictable and consistent query behavior in distributed environments.How to use it
When performing asynchronousINSERT operations into Distributed tables, the system will now automatically honor the query settings without requiring additional configuration from the user.