[feature](agg) add variable agg_shuffle_use_parent_key to control the shuffle key choosing#59876
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 32020 ms |
TPC-DS: Total hot run time: 173253 ms |
ClickBench: Total hot run time: 26.79 s |
FE Regression Coverage ReportIncrement line coverage |
|
run external |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
FE UT Coverage ReportIncrement line coverage |
|
run complile |
|
run compile |
|
run nonConcurrent |
|
run performance |
TPC-H: Total hot run time: 32097 ms |
ClickBench: Total hot run time: 28.31 s |
FE Regression Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
956a345 to
2ec0d2e
Compare
2ec0d2e to
3985da1
Compare
|
run buildall |
TPC-H: Total hot run time: 31931 ms |
ClickBench: Total hot run time: 28.74 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
run external |
|
run p0 |
|
run nonConcurrent |
FE Regression Coverage ReportIncrement line coverage |
1 similar comment
FE Regression Coverage ReportIncrement line coverage |
|
run nonConcurrent |
FE Regression Coverage ReportIncrement line coverage |
… shuffle key choosing (apache#59876) Problem Summary: add var agg_shuffle_use_parent_key, default value is true, when set false, can make agg shuffle by all gby key instead of parent shuffle key.
… shuffle key choosing (apache#59876) Problem Summary: add var agg_shuffle_use_parent_key, default value is true, when set false, can make agg shuffle by all gby key instead of parent shuffle key.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
add var agg_shuffle_use_parent_key, default value is true, when set false, can make agg shuffle by all gby key instead of parent shuffle key.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)