-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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](compaction) reduce memory cost for cloud compaction of mow table #43502
[fix](compaction) reduce memory cost for cloud compaction of mow table #43502
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
TeamCity be ut coverage result: |
run buildall |
TeamCity be ut coverage result: |
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. |
run p0 |
apache#43502) Related PR: apache#36865 Problem Summary: But when we merge the codes for cloud, such optimization is not applied for cloud compaction We found several cases that compaction of MoW table consume lots of memory on cloud, this PR try to fix this issue Co-authored-by: Chen Zhang <zhangchen@selectdb.com>
apache#43502) Related PR: apache#36865 Problem Summary: apache#36865 reduced the memory cost for compactions of MoW table But when we merge the codes for cloud, such optimization is not applied for cloud compaction We found several cases that compaction of MoW table consume lots of memory on cloud, this PR try to fix this issue Co-authored-by: Chen Zhang <zhangchen@selectdb.com>
apache#43502) Related PR: apache#36865 Problem Summary: apache#36865 reduced the memory cost for compactions of MoW table But when we merge the codes for cloud, such optimization is not applied for cloud compaction We found several cases that compaction of MoW table consume lots of memory on cloud, this PR try to fix this issue Co-authored-by: Chen Zhang <zhangchen@selectdb.com>
apache#43502) Related PR: apache#36865 Problem Summary: apache#36865 reduced the memory cost for compactions of MoW table But when we merge the codes for cloud, such optimization is not applied for cloud compaction We found several cases that compaction of MoW table consume lots of memory on cloud, this PR try to fix this issue Co-authored-by: Chen Zhang <zhangchen@selectdb.com>
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #36865
Problem Summary:
#36865 reduced the memory cost for compactions of MoW table
But when we merge the codes for cloud, such optimization is not applied for cloud compaction
We found several cases that compaction of MoW table consume lots of memory on cloud, this PR try to fix this issue
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)