v.20.4New Feature
Support for Parallel Distributed INSERT SELECT in ClickHouse
Why it matters
This feature addresses the limitation of sequential execution when performing distributedINSERT SELECT operations. It improves performance and efficiency in data loading by leveraging parallelism, leading to faster data ingestion in distributed environments.How to use it
Users can perform distributedINSERT SELECT queries as usual on distributed tables. The system automatically handles parallel execution without additional configuration, optimizing the data insertion process.