[ 
https://issues.apache.org/jira/browse/IMPALA-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17543890#comment-17543890
 ] 

Xianqing He commented on IMPALA-3446:
-------------------------------------

We are working on it. Can assign it to me?

> Materialized views
> ------------------
>
>                 Key: IMPALA-3446
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3446
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Frontend
>    Affects Versions: Impala 2.5.0
>            Reporter: Marcell Szabo
>            Priority: Minor
>
> This JIRA is a placeholder for this big topic.
> Some user stories I can imagine under the epic:
> # materialized view is a CTAS where the SELECT is saved in the HMS and can be 
> rerun by a simple command
> # materialized view detects that the source data has changed and falls back 
> to be a view instead of SELECT *
> # materialized view detects that the source data has changed and reruns the 
> CTAS automatically
> # ... reruns only the necessary changes (e.g. if only some of the partitions 
> change)
> # Impala and Hive to have common semantics of materialized views 
> (https://issues.apache.org/jira/browse/HIVE-10459)
> # materialized view stores extra statistics that help the optimizer, storing 
> the full resultset is optional
> # query optimizer checks for every query whether part of the query plan can 
> be covered by an existing materialized view



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to