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://www.youtube.com/watch?v=DylLYQlzuKo (or watch it at the bottom of this page).
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.
Why you want to switch to MySQL 5.1
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