MySQL Query Analyzer Rails Plugin Released

Bob Silva has released a fine MySQL Query Analyzer plugin for Rails. I’ve been looking for something like this for a while, I’m going to give it a shot and see how well it works. Check it out.
“With all that said, I wrote a plugin to make it easier to catch those mistakes and stay on top of your database optimizations. This plugin makes use of the EXPLAIN sql statement in MySQL to print out how MySQL formed its execution plan. Basically, for each SELECT query your application runs in the development or testing environments, Rails will also print the query execution plan right after it so you can quickly analyze the queries Rails is making and either add indexes, reorder your joins and remove unneeded or redundant indexes.”
.
Posted on September 22, 2006
Filed Under Analytics, Daily Thoughts, Ruby on Rails, Tech, Web
Related Posts:
-
RFacebook Rails Plugin
Making sure your email and news letters aren’t SPAM
Ruby on Rails 1.1 Released!
MySQL encoding and converting databases to UTF8
Ruby on Rails News, Links, Books and more
RESTful Rails Application Development PDF released in English
Comments
Leave a Reply
