Hari Krishna Dara created PHOENIX-7345:
------------------------------------------
Summary: Support for alternative indexing scheme for CDC
Key: PHOENIX-7345
URL: https://issues.apache.org/jira/browse/PHOENIX-7345
Project: Phoenix
Issue Type: Sub-task
Reporter: Hari Krishna Dara
When a CDC table is created, an indexis created on the PHOENIX_ROW_TIMESTMAP(),
which makes it possible to run range scans efficiently on the change timestamp.
Since indexes always include the PK columns of the data table, additional
filtering on the data table PK columns can also be done efficiently. However, a
use case may require filtering based on a specific order of columns that
includes both data and PK columns, so having support for customizing the PK for
the CDC index will be beneficial.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)