Monthly Archives: June 2009

MySQL Join Performance

Earlier this week I was curious about the performance of JOINs in MySQL. How severe is the performance hit of joins? How much slower is a string join over an integer join? I decided to do some tests, and I’m … Continue reading

Posted in Databases | Tagged , | 3 Comments