avalon5666 opened a new issue #7836:
URL: https://github.com/apache/shardingsphere/issues/7836


   We can merge and batch execute the rows change to optimization performance.
   
   ## Merge
   
   insert + insert -> it's possible happed?
   insert + update -> insert 
   insert + delete -> delete
   update + insert -> it's possible happed?
   update + update -> update
   update + delete -> delete
   delete + insert -> delete,insert
   delete + update -> it's possible happed?
   delete + delete -> delete
   
   ## Batch Execute
   
   1. delete
   2. insert
   3. update


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

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


Reply via email to