-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[enhance](mtmv)MTMV support refresh by time range #36134
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 |
|
run buildall |
TPC-H: Total hot run time: 39947 ms |
TPC-DS: Total hot run time: 173594 ms |
ClickBench: Total hot run time: 30.74 s |
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java
Outdated
Show resolved
Hide resolved
...e-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/RefreshMTMVInfo.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVPartitionUtil.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVPartitionUtil.java
Outdated
Show resolved
Hide resolved
|
run buildall |
TPC-H: Total hot run time: 39521 ms |
TPC-DS: Total hot run time: 173290 ms |
ClickBench: Total hot run time: 30.18 s |
|
run buildall |
TPC-H: Total hot run time: 40332 ms |
TPC-DS: Total hot run time: 173564 ms |
ClickBench: Total hot run time: 30.26 s |
|
run p0 |
|
run buildall |
TPC-H: Total hot run time: 39651 ms |
TPC-DS: Total hot run time: 174288 ms |
ClickBench: Total hot run time: 30.6 s |
|
run cloud_p1 |
| return false; | ||
| } | ||
|
|
||
| private static DateV2Literal transferPartitionKeyToDate(PartitionKey partitionKey) throws AnalysisException { |
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.
if mv is partitoned by hour, maybe we should support datatime? it may be general
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.
If there is a need, I will implement it in another PR
|
PR approved by anyone and no changes requested. |
|
run buildall |
TPC-H: Total hot run time: 40287 ms |
TPC-DS: Total hot run time: 175132 ms |
ClickBench: Total hot run time: 31.82 s |
support
REFRESH MATERIALIZED VIEW mv1 partition start '2017-01-01' end '2017-01-02';