On Tue, Jul 19, 2011 at 12:16 PM, David <djfis...@gmail.com> wrote:
> This does duplicate
> some functionality of RDBMSs but aggregating queries across multiple
> databases is really convenient rather than having to go to each
> database's logs.

i'd also like something like that to have better context.  for
example, there are some views that have to finish quickly, and others
that could take longer.  the database logs don't discriminate between
those, so it's not easy to see which queries are more important to
optimize.

and of course, it's not always easy to know which ORM produced which
SQL.  knowing which Python code produced each SQL means a lot less
guesswork.

-- 
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to