v.21.6Experimental Feature
Add PROJECTION support for MergeTree tables
Why it matters
This feature enables the use ofPROJECTIONs on MergeTree* table engines, improving query performance by allowing pre-aggregated or filtered subsets of data to be utilized efficiently.How to use it
DefinePROJECTIONs within your MergeTree* table schema to enable optimized query execution that leverages these projections automatically.