[ https://issues.apache.org/jira/browse/PHOENIX-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kadir Ozdemir updated PHOENIX-7469: ----------------------------------- Summary: Partitioned CDC Index for partitioned tables (was: Partitioned CDC Index for multi-tenant tables) > Partitioned CDC Index for partitioned tables > -------------------------------------------- > > Key: PHOENIX-7469 > URL: https://issues.apache.org/jira/browse/PHOENIX-7469 > Project: Phoenix > Issue Type: Improvement > Reporter: Kadir Ozdemir > Assignee: Kadir Ozdemir > Priority: Major > > PHOENIX-7425 introduced Partitioned CDC Indexes. These indexes are > horizontally partitioned based on the partitioned id computed by > PARTITION_ID() if the table is not a partition table such as a multi-tenant > tables or an updatable view. The CDC index of the partitioned table is > already partition by the tenant id or index id. PARTITION_ID() will further > partition these already partitioned indexes. This means partition id will not > the leading prefix of index rows for these table. This Jira is to implement > partition id as the prefix of CDC index rows for multi-tenant tables too. -- This message was sent by Atlassian Jira (v8.20.10#820010)