sanjeet006py commented on PR #2061:
URL: https://github.com/apache/phoenix/pull/2061#issuecomment-2617799789

   > Have you looked at the time taken by the execution of mutationPlan for 
upsert select on a table which has large number of rows and client side deletes 
which first require rows to be scanned on the server to determine which rows to 
be deleted ? I am pretty sure their execution times will be much larger.
   
   I haven't benchmarked this use case explicitly but I agree that execution of 
mutation plan will be time taking in this due to needing to scan first to 
prepare row mutations. Is this a concern that execution of mutation plan is 
taking much larger time? 


-- 
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