-
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
[fix](auto bucket) fix auto buckets calc using the first k partition #41675
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 |
adf6b04
to
780a037
Compare
run buildall |
run performance |
run external |
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
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
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.
A ut is better.
waiting |
wait for a ut |
run buildall |
8d60920
to
595e18c
Compare
run buildall |
TPC-H: Total hot run time: 40970 ms
|
TPC-DS: Total hot run time: 191508 ms
|
ClickBench: Total hot run time: 33.55 s
|
25c0f88
to
92efa84
Compare
run buildall |
TPC-H: Total hot run time: 41297 ms
|
TPC-DS: Total hot run time: 191608 ms
|
ClickBench: Total hot run time: 33.97 s
|
run external |
run feut |
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
PR approved by at least one committer and no changes requested. |
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
…pache#41675) If the first k (at most 7) partition data size is ascending, the result will be partion_size[k-1] + ema(first k partitons delta). This is a bug, should use the last k partitions, but not the first k partitions to calculate.
…pache#41675) If the first k (at most 7) partition data size is ascending, the result will be partion_size[k-1] + ema(first k partitons delta). This is a bug, should use the last k partitions, but not the first k partitions to calculate.
…pache#41675) If the first k (at most 7) partition data size is ascending, the result will be partion_size[k-1] + ema(first k partitons delta). This is a bug, should use the last k partitions, but not the first k partitions to calculate.
If the first k (at most 7) partition data size is ascending, the result will be partion_size[k-1] + ema(first k partitons delta).
This is a bug, should use the last k partitions, but not the first k partitions to calculate.