[Improvement](schema scan) Use async scanner for schema scanners#38403
[Improvement](schema scan) Use async scanner for schema scanners#38403Gabriel39 merged 5 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
| } | ||
|
|
||
| Status SchemaActiveQueriesScanner::_get_active_queries_block_from_fe() { | ||
| void SchemaActiveQueriesScanner::_get_next_block_internal() { |
There was a problem hiding this comment.
warning: function '_get_next_block_internal' exceeds recommended size/complexity thresholds [readability-function-size]
void SchemaActiveQueriesScanner::_get_next_block_internal() {
^Additional context
be/src/exec/schema_scanner/schema_active_queries_scanner.cpp:53: 97 lines including whitespace and comments (threshold 80)
void SchemaActiveQueriesScanner::_get_next_block_internal() {
^|
run buildall |
1 similar comment
|
run buildall |
TPC-H: Total hot run time: 39114 ms |
TPC-DS: Total hot run time: 171736 ms |
ClickBench: Total hot run time: 31.28 s |
| } | ||
|
|
||
| Status SchemaActiveQueriesScanner::_get_active_queries_block_from_fe() { | ||
| void SchemaActiveQueriesScanner::_get_next_block_internal() { |
There was a problem hiding this comment.
warning: function '_get_next_block_internal' exceeds recommended size/complexity thresholds [readability-function-size]
void SchemaActiveQueriesScanner::_get_next_block_internal() {
^Additional context
be/src/exec/schema_scanner/schema_active_queries_scanner.cpp:53: 98 lines including whitespace and comments (threshold 80)
void SchemaActiveQueriesScanner::_get_next_block_internal() {
^|
run buildall |
TPC-H: Total hot run time: 39404 ms |
TPC-DS: Total hot run time: 172537 ms |
ClickBench: Total hot run time: 31.14 s |
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 39149 ms |
|
run buildall |
TPC-H: Total hot run time: 39602 ms |
TPC-DS: Total hot run time: 174031 ms |
ClickBench: Total hot run time: 30.61 s |
|
run buildall |
TPC-H: Total hot run time: 41432 ms |
TPC-DS: Total hot run time: 170005 ms |
ClickBench: Total hot run time: 30.16 s |
|
run buildall |
TPC-H: Total hot run time: 42501 ms |
TPC-DS: Total hot run time: 169598 ms |
ClickBench: Total hot run time: 30.03 s |
|
run buildall |
TPC-H: Total hot run time: 41443 ms |
TPC-DS: Total hot run time: 169308 ms |
ClickBench: Total hot run time: 30.42 s |
|
run buildall |
TPC-H: Total hot run time: 41837 ms |
TPC-DS: Total hot run time: 172158 ms |
ClickBench: Total hot run time: 30.14 s |
|
PR approved by at least one committer and no changes requested. |
## Proposed changes Resolve conflicts by merging apache#38436 and apache#38403 <!--Describe your changes.-->
Proposed changes
Issue Number: close #xxx