This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 8370115cf6 [enhancement](memtracker) Improve performance of tracking
real physical memory of PODArray #12168
add a16cf0e2c8 [feature-wip](scan) add profile for new olap scan node
(#12042)
No new revisions were added by this update.
Summary of changes:
be/src/exec/exec_node.cpp | 17 +++--
be/src/exec/exec_node.h | 5 ++
be/src/runtime/plan_fragment_executor.cpp | 2 +-
be/src/runtime/runtime_filter_mgr.cpp | 2 +-
be/src/runtime/runtime_state.h | 2 +
be/src/util/runtime_profile.h | 1 +
be/src/vec/exec/scan/new_olap_scan_node.cpp | 109 +++++++++++++++++++++++++---
be/src/vec/exec/scan/new_olap_scan_node.h | 67 +++++++++++++++++
be/src/vec/exec/scan/new_olap_scanner.cpp | 101 +++++++++++++++++++++++---
be/src/vec/exec/scan/new_olap_scanner.h | 9 ++-
be/src/vec/exec/scan/scanner_context.cpp | 27 ++++++-
be/src/vec/exec/scan/scanner_context.h | 15 +++-
be/src/vec/exec/scan/scanner_scheduler.cpp | 22 ++++--
be/src/vec/exec/scan/vscan_node.cpp | 53 ++++++++++++--
be/src/vec/exec/scan/vscan_node.h | 36 ++++++++-
be/src/vec/exec/scan/vscanner.cpp | 39 +++++++---
be/src/vec/exec/scan/vscanner.h | 26 +++++--
be/src/vec/exec/volap_scan_node.cpp | 5 ++
be/src/vec/exec/volap_scan_node.h | 2 +
be/src/vec/exprs/vexpr_context.cpp | 1 +
20 files changed, 475 insertions(+), 66 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]