spaces-X commented on code in PR #11712: URL: https://github.com/apache/doris/pull/11712#discussion_r944110816
########## be/src/vec/aggregate_functions/aggregate_function.h: ########## @@ -228,6 +231,18 @@ class IAggregateFunctionHelper : public IAggregateFunction { } } + void streaming_agg_serialize(const IColumn** columns, BufferWritable& buf, Review Comment: Whether the performance improvement mainly comes from memory reuse? Could you add some test results about how much performance improvement compared with the original one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org