-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[enhance](mtmv)reduce the behavior of triggering the mtmv state to change to schema_change #36513
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. |
|
run buildall |
TPC-H: Total hot run time: 39435 ms |
TPC-DS: Total hot run time: 173206 ms |
ClickBench: Total hot run time: 30.65 s |
|
run p0 |
|
run buildall |
TPC-H: Total hot run time: 39701 ms |
TPC-DS: Total hot run time: 174037 ms |
ClickBench: Total hot run time: 30.48 s |
|
|
||
| public abstract boolean allowOpMTMV(); | ||
|
|
||
| public abstract boolean needChangeMTMVState(); |
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.
this may be add a default impl and value such as true, when add new cluse later, maybe safe
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.
This is intentional to avoid ignoring this method when creating new classes, and adding some comments in other PRs
|
PR approved by anyone and no changes requested. |
|
PR approved by at least one committer and no changes requested. |
…ange to schema_change (apache#36513) The following behavior will change the state of the materialized view to SCHEMA-CHANGE - column rename - drop column - modify column - replace table - table rename - drop table
…ange to schema_change (#36513) The following behavior will change the state of the materialized view to SCHEMA-CHANGE - column rename - drop column - modify column - replace table - table rename - drop table
…ange to schema_change (apache#36513) The following behavior will change the state of the materialized view to SCHEMA-CHANGE - column rename - drop column - modify column - replace table - table rename - drop table
The following behavior will change the state of the materialized view to SCHEMA-CHANGE