You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2016/08/11 01:16:20 UTC

[jira] [Created] (PHOENIX-3173) Store views in a separate hbase table from physical tables

James Taylor created PHOENIX-3173:
-------------------------------------

             Summary: Store views in a separate hbase table from physical tables
                 Key: PHOENIX-3173
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3173
             Project: Phoenix
          Issue Type: Bug
            Reporter: James Taylor


To more easily support disaster recovery, we should store views in a separate hbase table from physical tables. We currently store them together in SYSTEM.CATALOG so that they can be updated in an all or none behavior. However, with transaction support, we can make these system tables transactional no longer requiring them to be stored together.



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