MySQL Forums
Forum List  »  Performance

Re: Analysis: INSERT ON DUPLICATE UPDATE VS UPDATE
Posted by: Walter Trapa
Date: May 24, 2021 01:55PM

Thanks for the formatting.

Yes, my questions is not to compare InnoDB vs NDB, but about the two operation in each data engine.

Why the impact is so big, specially in NDB between those two.

What the Operation Insert seems to cost that much compare to just the update.

Should the first part of both being the same? Find if there is a record with that key? and if found do an update in both.

I understand the INSERT needs to validate all the constrains, but it seems the impact for NDB (for these very old version) is massive.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Analysis: INSERT ON DUPLICATE UPDATE VS UPDATE
310
May 24, 2021 01:55PM


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.