v.18.12Improvement
Improved GROUP BY Performance with Mixed Aggregation Fields
Improved performance of GROUP BY with multiple aggregation fields when one of them is string and the others are fixed length.Why it matters
This feature addresses the inefficiency in processingGROUP BY operations involving mixed data types (string and fixed-length). It optimizes query execution to reduce latency and resource consumption, enhancing overall query performance for such aggregation patterns.How to use it
No specific user action is required to enable this improvement. The optimization is applied automatically by ClickHouse when executingGROUP BY queries containing multiple aggregation fields with the described data types.