yiguolei commented on code in PR #30709:
URL: https://github.com/apache/doris/pull/30709#discussion_r1474257086
##########
be/src/vec/olap/vertical_block_reader.h:
##########
@@ -107,6 +107,7 @@ class VerticalBlockReader final : public TabletReader {
// for agg mode
std::vector<AggregateFunctionPtr> _agg_functions;
std::vector<AggregateDataPtr> _agg_places;
+ Arena _arena;
Review Comment:
Do we need clear the arena when one segment flushed? to reduce the memory??
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]