INSERT ... ON DUPLICATE KEY UPDATE is very powerful but often forgotten MySQL feature. It was introduced in MySQL 4.1 but I still constantly see people unaware of it.
30% speedup should be typical. Performance increase is not the only benefit - what is even more important the application code becomes simplier - less error prone and easy to read.
25 Apr 07
INSERT ... ON DUPLICATE KEY UPDATE is very powerful but often forgotten MySQL feature.
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.