[Opt](rf) Opt broadcast join remote runtime filter merge and wait#29439
[Opt](rf) Opt broadcast join remote runtime filter merge and wait#29439yiguolei merged 1 commit intoapache:masterfrom
Conversation
|
run buildall |
|
|
||
| // publish runtime filter | ||
| Status publish() { | ||
| Status publish(bool publish_local = false) { |
There was a problem hiding this comment.
warning: method 'publish' can be made static [readability-convert-member-functions-to-static]
| Status publish(bool publish_local = false) { | |
| static Status publish(bool publish_local = false) { |
|
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools |
|
TeamCity be ut coverage result: |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
Proposed changes
Before:
After:
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...