Rails Query Analyzer Plugin (now also on Oracle and Postgresql!)

2 comments

A few days ago I discovered the query_analyzer plugin in a comment on the last article of The Rails Way series. It allows you to have the plans for the queries used in your application directly in the log file and this is invaluable when trying to to optimize the database for you shiny new rails application.

On the downside it was only for mysql and my oracle developer half though that it was what I needed, so here it is (with Postgresql support as well).

Use it but be warned that I don’t want to fork this plugin, so I haven’t prepared a proper svn access to it and I hope that my additions might be integrated by Bob Silva in his own codebase (I’ll post a comment in his blog since I can’t find any other way to contact him).

Download the modified plugin

Posted on Dec 1, 2006 · Filed under General, Oracle, RubyOnRails, Technology

Comments

  1. Spazidigitali - ITA | Dec 2, 2006 · #

    [...] Rails Query Analyzer Plugin (now also on Oracle and Postgresql!) [...]

  2. topfunky Sep 11, 2007 · #

    Thanks! That’s just what I needed. I hope Bob integrates this back into the plugin.

Add your comment

HTML tags allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> . Also, you can use Markdown syntax to format text.

Trackback

You can trackback this post from your own site using this trackback link:
http://www.spazidigitali.com/2006/12/01/rails-query-analyzer-plugin-now-also-on-oracle-and-postgresql/trackback/