-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[opt](nereids) let Physical plan compute logicalProperties.datatrait #46401
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
5fa3d7b
to
1bec5fc
Compare
run buildall |
1 similar comment
run buildall |
TPC-H: Total hot run time: 33659 ms
|
TPC-DS: Total hot run time: 197291 ms
|
ClickBench: Total hot run time: 31.82 s
|
run p0 |
run buildall |
TPC-H: Total hot run time: 32418 ms
|
TPC-DS: Total hot run time: 197058 ms
|
ClickBench: Total hot run time: 31.4 s
|
run buildall |
TPC-H: Total hot run time: 32948 ms
|
TPC-DS: Total hot run time: 197949 ms
|
ClickBench: Total hot run time: 30.92 s
|
run cloud_p0 |
run buildall |
TPC-H: Total hot run time: 32404 ms
|
TPC-DS: Total hot run time: 196560 ms
|
ClickBench: Total hot run time: 31.11 s
|
run buildall |
TPC-H: Total hot run time: 32650 ms
|
TPC-DS: Total hot run time: 196921 ms
|
ClickBench: Total hot run time: 30.73 s
|
run buildall |
TPC-H: Total hot run time: 32887 ms
|
TPC-DS: Total hot run time: 190580 ms
|
ClickBench: Total hot run time: 30.73 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
143ae20
to
f74030c
Compare
run buildall |
run buildall |
TPC-H: Total hot run time: 32778 ms
|
TPC-DS: Total hot run time: 196089 ms
|
ClickBench: Total hot run time: 31.53 s
|
PR approved by at least one committer and no changes requested. |
What problem does this PR solve?
logicalProperties.datatrait is not only used by LogicalPlan, it is also used in postprocessor, especially used in RuntimeFilterGeneration.
T1 join T2 on T1.a=T2.a where T1.a=1 and T2.a=1
Because both T1.a and T2.a are unique value "1", the RF: T1.a->T2.a is useless
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)