v.22.3Improvement
Support for Distributed INSERT SELECT Queries in View() Function
Support distributed INSERT SELECT queries (the settingparallel_distributed_insert_select) table functionview(). #35132 (Azat Khuzhin).
Why it matters
This feature allows parallel execution of distributedINSERT SELECT operations to improve performance and efficiency in processing large datasets across distributed tables. It also adds the view() table function to facilitate more flexible query constructions.How to use it
Enable the feature by settingparallel_distributed_insert_select to 1 in your configuration or query settings. Use the view() table function within your SQL queries as needed to leverage this functionality.