[feature](nereids)use mtmv to match legacy mv#33699
Merged
starocean999 merged 14 commits intoapache:masterfrom Jul 1, 2024
Merged
[feature](nereids)use mtmv to match legacy mv#33699starocean999 merged 14 commits intoapache:masterfrom
starocean999 merged 14 commits intoapache:masterfrom
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
Contributor
Author
|
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
Contributor
Author
|
run buildall |
c145f6b to
a1cc70e
Compare
Contributor
Author
|
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
Contributor
Author
|
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
Contributor
Author
|
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
Contributor
Author
|
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
Contributor
Author
|
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 |
morrySnow
approved these changes
Jul 1, 2024
englefly
approved these changes
Jul 1, 2024
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
dataroaring
pushed a commit
that referenced
this pull request
Jul 2, 2024
3 tasks
starocean999
pushed a commit
that referenced
this pull request
Jul 8, 2024
… 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.
dataroaring
pushed a commit
that referenced
this pull request
Jul 17, 2024
… 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.
16 tasks
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
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...