virajjasani opened a new pull request, #2247:
URL: https://github.com/apache/phoenix/pull/2247

   Jira: PHOENIX-7677
   
   Inserting TTL_DELETE CDC event from CompactionScanner for single expired row 
at a time can cause slight degradation to the write workload to the CDC index 
table.
   
   To improve the performance of inserting TTL_DELETE events, CompactionScanner 
can accumulate 50 mutations by default and perform the batchMutate(). Any 
mutations that are not inserted into the CDC index should be inserted with 
batchMutate() while closing the CompactionScanner.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to