[sqlalchemy] sqlalchemy check select query execution time

2010-10-28 Thread sajuptpm
How check select query execution time using sqlalchemy. -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to sqlalch...@googlegroups.com. To unsubscribe from this group, send email to

Re: [sqlalchemy] sqlalchemy check select query execution time

2010-10-28 Thread Michael Bayer
Easiest way is to turn on logging using timestamps. A more integrative approach: http://www.sqlalchemy.org/trac/wiki/UsageRecipes/Profiling Also see: http://stackoverflow.com/questions/1171166/how-can-i-profile-a-sqlalchemy-powered-application/1175677#1175677 On Oct 28, 2010, at 3:38 AM,