-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feature](nereids)use mtmv to match legacy mv #33699
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. Since 2024-03-18, the Document has been moved to doris-website. |
7d8db1f to
9a5e5ef
Compare
|
run buildall |
TPC-H: Total hot run time: 41237 ms |
TPC-DS: Total hot run time: 172130 ms |
ClickBench: Total hot run time: 30.91 s |
9a5e5ef to
c145f6b
Compare
|
run buildall |
c145f6b to
a1cc70e
Compare
|
run buildall |
TPC-H: Total hot run time: 40948 ms |
TPC-DS: Total hot run time: 172845 ms |
ClickBench: Total hot run time: 30.47 s |
a1cc70e to
e3027a2
Compare
|
run buildall |
TPC-H: Total hot run time: 40058 ms |
TPC-DS: Total hot run time: 169660 ms |
ClickBench: Total hot run time: 30.54 s |
e3027a2 to
73d9d07
Compare
|
run buildall |
TPC-H: Total hot run time: 39664 ms |
TPC-DS: Total hot run time: 173003 ms |
ClickBench: Total hot run time: 31.4 s |
73d9d07 to
f7aa3e1
Compare
|
run buildall |
TPC-H: Total hot run time: 40218 ms |
TPC-DS: Total hot run time: 174348 ms |
ClickBench: Total hot run time: 30.23 s |
f7aa3e1 to
10d2b3f
Compare
846c958 to
0d8c3d8
Compare
|
run buildall |
TPC-H: Total hot run time: 39684 ms |
TPC-DS: Total hot run time: 172168 ms |
ClickBench: Total hot run time: 30.68 s |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
… name is same (#37311) ## Proposed changes This is brought by #33699 `AbstractMaterializedViewRule#isMaterializationValid` check would fail when sync and async materialized view name is same, because the Materialization valid check result is cached by name。this will cause the async materialized view check fail wrongly. This fix this by make sync materialized view name unique in every place.
… name is same (#37311) ## Proposed changes This is brought by #33699 `AbstractMaterializedViewRule#isMaterializationValid` check would fail when sync and async materialized view name is same, because the Materialization valid check result is cached by name。this will cause the async materialized view check fail wrongly. This fix this by make sync materialized view name unique in every place.
9181d7526db3973a
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.
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...