This is an automated email from the ASF dual-hosted git repository.

zclll pushed a change to branch tpc_preview3
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 1751b539114 [Performance](exec) reduce the rle decoder cost in null map
     add f5433371db9 [Improvement](external) Increase scanner concurrency 
(#58073) (#58927)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                           |  17 +++
 be/src/common/config.h                             |   2 +
 be/src/pipeline/exec/file_scan_operator.cpp        |  49 +++++++-
 be/src/pipeline/exec/file_scan_operator.h          |   7 +-
 be/src/pipeline/exec/operator.h                    |   3 +
 be/src/pipeline/exec/scan_operator.cpp             |  58 ++++++---
 be/src/pipeline/exec/scan_operator.h               |  16 ++-
 be/src/runtime/runtime_state.h                     |  26 ++--
 be/src/runtime/workload_group/workload_group.cpp   |  15 ++-
 be/src/vec/exec/scan/scanner_context.cpp           |  71 +++--------
 be/src/vec/exec/scan/scanner_context.h             |  20 +--
 be/src/vec/exec/scan/scanner_scheduler.h           | 135 +++++++--------------
 be/test/scan/mock_simplified_scan_scheduler.h      |   3 +-
 be/test/scan/scanner_context_test.cpp              |  19 ++-
 .../java/org/apache/doris/qe/SessionVariable.java  |  43 ++++---
 gensrc/thrift/PaloInternalService.thrift           |   8 +-
 .../hive/test_hive_topn_rf_null.groovy             |   2 +-
 17 files changed, 268 insertions(+), 226 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to