Hi all, This is not really a sqlalchemy question but I was wondering if anyone developing with sqlalchemy knows the answer.
Turning on echo=True spits out all the queries that the application generates. Currently I am directing this output to a file and then looking through to derive statistics like what kind of tables are most frequently accessed. I use this to see where my program can be optimized. Are you aware of any tool built on top of sqlalchemy to do this kind of analysis and give out a performance report? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to sqlalchemy@googlegroups.com To unsubscribe from this group, send email to sqlalchemy+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---