-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feat](nereids)set runtime filter wait time according to table row count and table type #42640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
|
run buildall |
|
|
add desc please |
fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java
Outdated
Show resolved
Hide resolved
78691d1 to
5a4772a
Compare
|
run buildall |
|
1 similar comment
|
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
|
||
| @VariableMgr.VarAttr(name = RUNTIME_FILTER_WAIT_TIME_MS, needForward = true) | ||
| private int runtimeFilterWaitTimeMs = 1000; | ||
| public int runtimeFilterWaitTimeMs = 1000; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why change this but use the setRuntimeFilterWaitTimeMs instead?
fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java
Outdated
Show resolved
Hide resolved
8335099 to
f1cd9a7
Compare
|
run buildall |
|
run p0 |
|
run cloud_p0 |
f1cd9a7 to
2050178
Compare
|
run buildall |
|
run buildall |
4a0ed88 to
5ce6154
Compare
|
run buildall |
|
run external |
|
run p0 |
|
run cloud_p0 |
|
PR approved by at least one committer and no changes requested. |
…unt and table type (apache#42640) adjust compute rf wait time according to max table row count, if wait time is not default value - olap: -- row < 1G: 1 sec -- 1G <= row < 10G: 5 sec -- 10G < row: 20 sec - external: -- row < 1G: 5 sec -- 1G <= row < 10G: 10 sec -- 10G < row: 50 sec Issue Number: close #xxx <!--Describe your changes.-->
Proposed changes
adjust compute rf wait time according to max table row count, if wait time is not default value
-- row < 1G: 1 sec
-- 1G <= row < 10G: 5 sec
-- 10G < row: 20 sec
-- row < 1G: 5 sec
-- 1G <= row < 10G: 10 sec
-- 10G < row: 50 sec
Issue Number: close #xxx