v.19.17Experimental Feature
Support for Processors (new Query Execution Pipeline) in Mergetree
Support for processors (new query execution pipeline) in MergeTree. #7181 (Nikolai Kochetov)Why it matters
This feature introduces a new, more efficient query execution pipeline called processors toMergeTree tables, enabling improved query performance and resource utilization during data processing.How to use it
The new processor-based execution pipeline is integrated intoMergeTree tables and activates automatically when using the latest ClickHouse version after the upgrade. Users do not need to make manual changes to enable this feature.