[
https://issues.apache.org/jira/browse/IMPALA-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16665602#comment-16665602
]
Ruslan Dautkhanov commented on IMPALA-3446:
-------------------------------------------
Any updates on this case?
Both HIVE-14484 and HIVE-14249 are resolved in Hive so technically materialized
views are supported in upstream Hive now.
Would be great to have same in Impala, as Impala's use cases are exactly around
faster interactive response time, than for Hive.
Thank you.
> 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
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]