You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2016/09/15 13:08:20 UTC

[jira] [Comment Edited] (HIVE-14249) Add simple materialized views with manual rebuilds

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

Jesus Camacho Rodriguez edited comment on HIVE-14249 at 9/15/16 1:07 PM:
-------------------------------------------------------------------------

Moved ALTER... REBUILD out of the patch, as we need to think about possible issues with concurrent interactions e.g. rebuilding and querying (cf HIVE-14487). The rest remains the same.


was (Author: jcamachorodriguez):
Moved ALTER... REBUILD out of the patch, as we need to think about possible issues with concurrent interactions e.g. rebuilding and querying. The rest remains the same.

> Add simple materialized views with manual rebuilds
> --------------------------------------------------
>
>                 Key: HIVE-14249
>                 URL: https://issues.apache.org/jira/browse/HIVE-14249
>             Project: Hive
>          Issue Type: New Feature
>          Components: Materialized views, Parser
>            Reporter: Alan Gates
>            Assignee: Jesus Camacho Rodriguez
>         Attachments: HIVE-10459.2.patch, HIVE-14249.05.patch, HIVE-14249.06.patch
>
>
> This patch is a start at implementing simple views. It doesn't have enough testing yet (e.g. there's no negative testing). And I know it fails in the partitioned case. I suspect things like security and locking don't work properly yet either. But I'm posting it as a starting point.
> In this initial patch I'm just handling simple materialized views with manual rebuilds. In later JIRAs we can add features such as allowing the optimizer to rewrite queries to use materialized views rather than tables named in the queries, giving the optimizer the ability to determine when a materialized view is stale, etc.
> Also, I didn't rebase this patch against trunk after the migration from svn->git so it may not apply cleanly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)