Jacob Isaac created PHOENIX-7041: ------------------------------------ Summary: Populate ROW_KEY_PREFIX column when creating views Key: PHOENIX-7041 URL: https://issues.apache.org/jira/browse/PHOENIX-7041 Project: Phoenix Issue Type: Sub-task Reporter: Jacob Isaac Fix For: 5.2.1
When a view statement is defined by the constraints articulated in PHOENIX-4555, all rows created by the view will be prefixed by a KeyRange. The view thus can simply be represented by the prefixed KeyRange generated by the expression representing the view statement. The ROW_KEY_PREFIX column will store this KeyRange. The prefixed KeyRange will be used to create a PrefixIndex -> mapping a row prefix to a view. -- This message was sent by Atlassian Jira (v8.20.10#820010)