At LISA 2008, I gave a presentation entitled "How to Stop Hating MySQL: Fixing Common Mistakes and Myths".
The presentation slides can be downloaded as a PDF at:
http://technocation.org/files/doc/stophatingmysql.pdf
View the video online at http://technocation.org/node/646/play or download the 202.5 MB Flash video file (.flv) directly at http://technocation.org/node/646/download.
Here are some notes and links I referred to:
Technocation, Inc containing free videos, a MySQL podcast (currently on hiatus) and blog posts about MySQL.
Trackback URL for this post:
http://technocation.org/trackback/646
Hey, I saw you mentioned
Hey,
I saw you mentioned batch updates and insert ... on duplicate key update. I've been using this trick as well, but there is an issue with it: it's not a pure update, it'll do an insert if the row doesn't exist for whatever reason.
This is a disadvantage by itself, but it gets worse when strict mode is enabled.
What are your thoughts about these issues?
Post new comment