2 messages in com.googlegroups.sqlalchemy[sqlalchemy] Optimisation Aid Layer
FromSent OnAttachments
Geoff28 May 2008 13:11 
Michael Bayer28 May 2008 13:45 
Subject:[sqlalchemy] Optimisation Aid Layer
From:Geoff (hotf@gmail.com)
Date:05/28/2008 01:11:20 PM
List:com.googlegroups.sqlalchemy

Hi!

I've optimising my database interaction recently and thought that SQLA might be able to help out with the process. Something like doing an EXPLAIN on each query and reporting this to the developer. It could even inspect the indices used and flag up any queries which could need some TLC.

No paradigm shift, but would be a handy little time saver :)