[Fix](group commit) Fix cloud group commit be select strategy#39986
Merged
dataroaring merged 5 commits intoapache:masterfrom Aug 28, 2024
Merged
[Fix](group commit) Fix cloud group commit be select strategy#39986dataroaring merged 5 commits intoapache:masterfrom
dataroaring merged 5 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 37503 ms |
TPC-DS: Total hot run time: 191538 ms |
ClickBench: Total hot run time: 30.97 s |
mymeiyi
reviewed
Aug 27, 2024
mymeiyi
reviewed
Aug 27, 2024
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 38314 ms |
TPC-DS: Total hot run time: 186956 ms |
ClickBench: Total hot run time: 30.47 s |
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 38341 ms |
TPC-DS: Total hot run time: 192907 ms |
ClickBench: Total hot run time: 32.41 s |
mymeiyi
reviewed
Aug 28, 2024
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 37968 ms |
mymeiyi
approved these changes
Aug 28, 2024
Contributor
|
PR approved by anyone and no changes requested. |
TPC-DS: Total hot run time: 192464 ms |
ClickBench: Total hot run time: 32.02 s |
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 38200 ms |
Contributor
|
PR approved by at least one committer and no changes requested. |
TPC-DS: Total hot run time: 188093 ms |
ClickBench: Total hot run time: 31.79 s |
dataroaring
pushed a commit
that referenced
this pull request
Aug 28, 2024
## Proposed changes In #35558, we optimized be select for group commit. However, we forgot to apply this strategy to cloud. This PR applys it. <!--Describe your changes.-->
Yukang-Lian
added a commit
to Yukang-Lian/doris
that referenced
this pull request
Sep 3, 2024
…#39986) In apache#35558, we optimized be select for group commit. However, we forgot to apply this strategy to cloud. This PR applys it. <!--Describe your changes.-->
yiguolei
pushed a commit
that referenced
this pull request
Sep 5, 2024
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
In #35558, we optimized be select for group commit. However, we forgot to apply this strategy to cloud. This PR applys it.