MySQL Forums
Forum List  »  Performance

Re: Analysis: INSERT ON DUPLICATE UPDATE VS UPDATE
Posted by: Ted Wennmark
Date: May 27, 2021 01:20AM

Sorry, I thought you where inserting multiple values in your statements.
If you can use batching will (as you say) depend on your application.

MySQL/NDB will try to use batching whenever possible when you use transactions or multi-insert statements, it's however not that easy to measure batch efficiency at the moment.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Analysis: INSERT ON DUPLICATE UPDATE VS UPDATE
344
May 27, 2021 01:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.