Viraj Jasani created PHOENIX-7677: ------------------------------------- Summary: 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
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)