v.25.7Performance Improvement
When the aggregation query contains only
When the aggregation query contains only a singlecount()function on a not-Nullablecolumn, the aggregation logic is fully inlined during hash table probing. This avoids allocating and maintaining any aggregation state, significantly reducing memory usage and CPU overhead. This partially addresses #81982. #82104 (Amos Bird).