-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[enhance](mtmv)Only restrict MTMV to not allow concurrent insert overwrite execution #48673
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 32734 ms |
TPC-DS: Total hot run time: 184525 ms |
ClickBench: Total hot run time: 30.35 s |
|
run feut |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
34d4120 to
142ffc3
Compare
|
run buildall |
zclllyybb
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.
please take revert of https://github.com/apache/doris/pull/41125/files together. others LGTM
TPC-H: Total hot run time: 34545 ms |
|
run buildall |
TPC-H: Total hot run time: 34207 ms |
TPC-DS: Total hot run time: 187775 ms |
ClickBench: Total hot run time: 31.84 s |
zclllyybb
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
|
run buildall |
TPC-H: Total hot run time: 34929 ms |
TPC-DS: Total hot run time: 168308 ms |
ClickBench: Total hot run time: 31.22 s |
|
run buildall |
TPC-H: Total hot run time: 34093 ms |
TPC-DS: Total hot run time: 193516 ms |
ClickBench: Total hot run time: 30.52 s |
|
run cloud_p0 |
|
PR approved by at least one committer and no changes requested. |
…write execution (#48673) ### What problem does this PR solve? Related PR: #40558 Problem Summary: Previously, on #40558, concurrent execution of `INSERT OVERWRITE` was restricted for all OLAP tables to address potential issues caused by concurrent execution. In this current PR, the restriction has been modified to only apply to Materialized Views (MTMV), as it appears that users can tolerate the uncertainty in execution results caused by concurrency for OLAP tables. ### Release note Only restrict MTMV to not allow concurrent insert overwrite execution
…write execution (#48673) ### What problem does this PR solve? Related PR: #40558 Problem Summary: Previously, on #40558, concurrent execution of `INSERT OVERWRITE` was restricted for all OLAP tables to address potential issues caused by concurrent execution. In this current PR, the restriction has been modified to only apply to Materialized Views (MTMV), as it appears that users can tolerate the uncertainty in execution results caused by concurrency for OLAP tables. ### Release note Only restrict MTMV to not allow concurrent insert overwrite execution
…write execution (#48673) ### What problem does this PR solve? Related PR: #40558 Problem Summary: Previously, on #40558, concurrent execution of `INSERT OVERWRITE` was restricted for all OLAP tables to address potential issues caused by concurrent execution. In this current PR, the restriction has been modified to only apply to Materialized Views (MTMV), as it appears that users can tolerate the uncertainty in execution results caused by concurrency for OLAP tables. ### Release note Only restrict MTMV to not allow concurrent insert overwrite execution
…write execution (apache#48673) ### What problem does this PR solve? Related PR: apache#40558 Problem Summary: Previously, on apache#40558, concurrent execution of `INSERT OVERWRITE` was restricted for all OLAP tables to address potential issues caused by concurrent execution. In this current PR, the restriction has been modified to only apply to Materialized Views (MTMV), as it appears that users can tolerate the uncertainty in execution results caused by concurrency for OLAP tables. ### Release note Only restrict MTMV to not allow concurrent insert overwrite execution
…write execution (apache#48673) (apache#3898) pick: apache#48673
What problem does this PR solve?
Previously, on #40558, concurrent execution of
INSERT OVERWRITEwas restricted for all OLAP tables to address potential issues caused by concurrent execution.In this current PR, the restriction has been modified to only apply to Materialized Views (MTMV), as it appears that users can tolerate the uncertainty in execution results caused by concurrency for OLAP tables.
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Only restrict MTMV to not allow concurrent insert overwrite execution
Release note
Only restrict MTMV to not allow concurrent insert overwrite execution
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)