[
https://issues.apache.org/jira/browse/HIVE-25066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17335577#comment-17335577
]
Jesus Camacho Rodriguez commented on HIVE-25066:
------------------------------------------------
[~kkasa], can we store this information in the HS2
{{HiveMaterializedViewsRegistry}} itself when the MV is loaded, without
persisting it in HMS? For instance, using some variables in
{{HiveRelOptMaterialization}}? That will remove the burden of maintaining
redundant information for MVs, modifying HMS tables, etc. At the same time, it
will make {{show materialized views}} faster. Would that be possible?
> Show whether a materialized view supports incremental review or not
> -------------------------------------------------------------------
>
> Key: HIVE-25066
> URL: https://issues.apache.org/jira/browse/HIVE-25066
> Project: Hive
> Issue Type: Improvement
> Components: Materialized views
> Reporter: Krisztian Kasa
> Assignee: Krisztian Kasa
> Priority: Major
> Fix For: 4.0.0
>
>
> Add information about whether a materialized view supports incremental
> rebuild or not in an additional column in
> {code:java}
> SHOW MATERIALIZED VIEWS
> {code}
> statement.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)