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)