[
https://issues.apache.org/jira/browse/PHOENIX-7677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viraj Jasani reassigned PHOENIX-7677:
-------------------------------------
Assignee: Viraj Jasani
> TTL_DELETE CDC event to use batch mutation
> ------------------------------------------
>
> Key: PHOENIX-7677
> URL: https://issues.apache.org/jira/browse/PHOENIX-7677
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
>
> To improve the performance of inserting TTL_DELETE cdc events,
> CompactionScanner can accumulate 25-50 mutations and perform the
> batchMutate() at once. Any mutations that remain un-ingested should be
> inserted while returning false from CompactionScanner#next(), as returning
> false means CompactionScanner is done scanning all the rows from the given
> store.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)