[ https://issues.apache.org/jira/browse/PHOENIX-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kadir Ozdemir updated PHOENIX-7469: ----------------------------------- Description: PHOENIX-7425 introduced Partitioned CDC Indexes. These indexes are horizontally partitioned based on the partitioned id computed by PARTITION_ID() if the data table is not a partitioned table such as a multi-tenant table or an updatable view. The CDC index of a partitioned table is already partitioned by the index id and/or tenant id primarily. PARTITION_ID() will further partition these already partitioned indexes. This means partition id will not be the leading prefix of index rows for these tables. This Jira is to add CDC indexes to partitioned tables. (was: 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.) > 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 data table is not a partitioned table such as a > multi-tenant table or an updatable view. The CDC index of a partitioned table > is already partitioned by the index id and/or tenant id primarily. > PARTITION_ID() will further partition these already partitioned indexes. This > means partition id will not be the leading prefix of index rows for these > tables. This Jira is to add CDC indexes to partitioned tables. -- This message was sent by Atlassian Jira (v8.20.10#820010)