This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 9e8b595c20b [opt](cloud) Enable compaction on new tablets during
schema change queuing (#61089)
add 46906acfb30 [opt](agg) Optimize the execution of GROUP BY count(*).
(#61260)
No new revisions were added by this update.
Summary of changes:
be/src/exec/operator/aggregation_sink_operator.cpp | 124 +++++++++++++++-
be/src/exec/operator/aggregation_sink_operator.h | 4 +
.../exec/operator/aggregation_source_operator.cpp | 110 ++++++++++++++
.../operator/streaming_aggregation_operator.cpp | 162 ++++++++++++++++++---
.../exec/operator/streaming_aggregation_operator.h | 7 +
be/src/exec/pipeline/dependency.cpp | 63 ++++----
be/src/exec/pipeline/dependency.h | 6 +
be/src/exprs/aggregate/aggregate_function.h | 2 +
be/src/exprs/aggregate/aggregate_function_count.h | 1 +
9 files changed, 428 insertions(+), 51 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]