You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Eli Levine (JIRA)" <ji...@apache.org> on 2014/05/12 22:52:17 UTC

[jira] [Created] (PHOENIX-978) Allow views to extend base table's PK

Eli Levine created PHOENIX-978:
----------------------------------

             Summary: Allow views to extend base table's PK
                 Key: PHOENIX-978
                 URL: https://issues.apache.org/jira/browse/PHOENIX-978
             Project: Phoenix
          Issue Type: Improvement
    Affects Versions: 3.0.0, 4.0.0
            Reporter: Eli Levine


CREATE VIEW syntax currently disallows PK constraint to be defined.  As a result views and tenant-specific tables created using CREATE VIEW automatically inherit their base table's PK with no way to extend it.

Base tables should be allowed to be created with a minimum of PK columns to support views, and views to extend PKs as desired.  This would allow a single base table to support a heterogeneous set of views on top of it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)