v.22.3Improvement
Support remote and cluster table functions for parallel_distributed_insert_select
Supportremote()/cluster()table functions forparallel_distributed_insert_select. #34728 (Azat Khuzhin).
Why it matters
This enhancement enables users to perform distributed insert-select operations in parallel when usingremote() and cluster() table functions. It improves efficiency and scalability for distributed data insertion tasks by leveraging parallelism across remote servers or clusters.How to use it
Users can now utilizeremote() and cluster() table functions inside parallel_distributed_insert_select queries to execute distributed insert-select operations in parallel. No additional configuration is needed beyond existing usage patterns for these functions.