-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](merge-on-write) Remove pending delete bitmap check when commit_txn()
#47136
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](merge-on-write) Remove pending delete bitmap check when commit_txn()
#47136
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
run buildall |
|
run buildall |
zhannngchen
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
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run buildall |
zhannngchen
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
|
PR approved by at least one committer and no changes requested. |
TPC-H: Total hot run time: 32378 ms |
TPC-DS: Total hot run time: 193422 ms |
ClickBench: Total hot run time: 30.86 s |
dataroaring
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
commit_txn()commit_txn()
…_txn()` (apache#47136) Related PR: apache#46039 Problem Summary: apache#46039 introduce an defensive check when `commit_txn()`, but this may influence the commit process. This PR remove this check totally to eliminate this overhead.
…_txn()` (apache#47136) Related PR: apache#46039 Problem Summary: apache#46039 introduce an defensive check when `commit_txn()`, but this may influence the commit process. This PR remove this check totally to eliminate this overhead.
…_txn()` (apache#47136) ### What problem does this PR solve? Related PR: apache#46039 Problem Summary: apache#46039 introduce an defensive check when `commit_txn()`, but this may influence the commit process. This PR remove this check totally to eliminate this overhead.
What problem does this PR solve?
Related PR: #46039
Problem Summary:
#46039 introduce an defensive check when
commit_txn(), but this may influence the commit process. This PR remove this check totally to eliminate this overhead.Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)