-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[enhancement](nereids) enhancement distribute planner for data distribution #37219
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
[enhancement](nereids) enhancement distribute planner for data distribution #37219
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
TPC-H: Total hot run time: 40096 ms |
TPC-DS: Total hot run time: 177967 ms |
ClickBench: Total hot run time: 30.7 s |
|
run buildall |
TPC-H: Total hot run time: 40347 ms |
TPC-DS: Total hot run time: 175097 ms |
ClickBench: Total hot run time: 30.63 s |
|
run buildall |
1 similar comment
|
run buildall |
TPC-H: Total hot run time: 39885 ms |
TPC-DS: Total hot run time: 170550 ms |
ClickBench: Total hot run time: 30.54 s |
|
run buildall |
TPC-H: Total hot run time: 40637 ms |
TPC-DS: Total hot run time: 173733 ms |
ClickBench: Total hot run time: 31.21 s |
|
run buildall |
968b00f to
8d2db03
Compare
TPC-H: Total hot run time: 40508 ms |
TPC-DS: Total hot run time: 174263 ms |
ClickBench: Total hot run time: 30.68 s |
c7312f7 to
5aa1f68
Compare
|
run buildall |
1 similar comment
|
run buildall |
TPC-H: Total hot run time: 40134 ms |
|
run buildall |
TPC-H: Total hot run time: 40426 ms |
TPC-DS: Total hot run time: 175182 ms |
ClickBench: Total hot run time: 30.55 s |
|
run buildall |
TPC-H: Total hot run time: 40171 ms |
TPC-DS: Total hot run time: 175497 ms |
ClickBench: Total hot run time: 30.93 s |
|
run buildall |
TPC-H: Total hot run time: 39743 ms |
TPC-DS: Total hot run time: 174589 ms |
ClickBench: Total hot run time: 30.27 s |
|
PR approved by at least one committer and no changes requested. |
Jibing-Li
left a comment
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.
LGTM
…bution (#37219) 1. add benchmark shape test for distribute planner 2. support read tables of information_schema 3. fix can not execute query when all tablets pruned 4. propagate data distribution when the common column of grouping sets is the distribution column
related PR apache#37219 when child's output is hash distribution, repeat's output follow child only when all child's hash columns in all repeat set. otherwise, repeat's output should be any.
related PR apache#37219 when child's output is hash distribution, repeat's output follow child only when all child's hash columns in all repeat set. otherwise, repeat's output should be any.
Related PR: #37219 Problem Summary: when child's output is hash distribution, repeat's output follow child only when all child's hash columns in all repeat set. otherwise, repeat's output should be any.
Related PR: #37219 Problem Summary: when child's output is hash distribution, repeat's output follow child only when all child's hash columns in all repeat set. otherwise, repeat's output should be any.
Uh oh!
There was an error while loading. Please reload this page.