-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[feature](nereids)use mtmv to match legacy mv #33699
Merged
Merged
Conversation
This file contains 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
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
starocean999
force-pushed
the
nereids_0714
branch
from
June 4, 2024 11:16
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
|
starocean999
force-pushed
the
nereids_0714
branch
from
June 5, 2024 13:32
9a5e5ef
to
c145f6b
Compare
run buildall |
starocean999
force-pushed
the
nereids_0714
branch
from
June 6, 2024 01:43
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
|
starocean999
force-pushed
the
nereids_0714
branch
from
June 6, 2024 13:26
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
|
starocean999
force-pushed
the
nereids_0714
branch
from
June 7, 2024 10:20
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
|
starocean999
force-pushed
the
nereids_0714
branch
from
June 11, 2024 12:52
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
|
starocean999
force-pushed
the
nereids_0714
branch
from
June 12, 2024 04:33
f7aa3e1
to
10d2b3f
Compare
starocean999
force-pushed
the
nereids_0714
branch
from
July 1, 2024 04:02
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
|
morrySnow
approved these changes
Jul 1, 2024
englefly
approved these changes
Jul 1, 2024
PR approved by at least one committer and no changes requested. |
github-actions
bot
added
the
approved
Indicates a PR has been approved by one committer.
label
Jul 1, 2024
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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...