On Tue, Jul 19, 2011 at 10:38 AM, Javier Guerra Giraldez <jav...@guerrag.com > wrote:
> 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. > > I'm fairly -1 on anything like this. Performance logging is an incredibly complex task, there are entire companies built around doing it (/waves to our friends at New Relic), anything we try to ship in Django itself will a) be wrong for many users, and b) woefully inadequate for many more. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero -- 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.