v.23.2Performance Improvement
Option to Aggregate Partitions Independently with Compatibility Check
An option added to aggregate partitions independently if table partition key and group by key are compatible. Controlled by the setting allow_aggregate_partitions_independently. Disabled by default because of limited applicability (please refer to the docs). #45364 (Nikita Taranov).