[
https://issues.apache.org/jira/browse/PHOENIX-7041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788189#comment-17788189
]
ASF GitHub Bot commented on PHOENIX-7041:
-----------------------------------------
jpisaac commented on PR #1733:
URL: https://github.com/apache/phoenix/pull/1733#issuecomment-1820000493
@kadirozde @virajjasani @lokiore Updated the PR with refactored tests. This
is the version I would like to checkin. Please review when you get the chance.
Thanks
> 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
> Assignee: Jacob Isaac
> Priority: Major
> 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)