MySQL Query Analyzer Plugin for Rails

In Elsewhere, Ruby on Rails, Tools

Mysqlanalyzerplugin

Bob Silva has put together a fine MySQL query analyzer plugin for Ruby on Rails. It uses MySQL's EXPLAIN command to analyze all of the different SQL queries made by your Rails application (or, more accurately, by ActiveRecord!) and gives you the information you need to add better indexes (or add any extra indexes at all!) and could help show where a little custom SQL could silence a squeaky wheel.

Vaguely Related Posts (Usually)

One Comment Response to “MySQL Query Analyzer Plugin for Rails”

  1. #1
    Marston Online Says:

    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.
    ...