On Mar 4, 2009, at 1:44 PM, Kottiyath <n.kottiy...@gmail.com> wrote:

>
> I am now managing a web server for medium (going on high) traffic
> site. I see that currently for each POST, it takes ~55-60 separate DB
> queries for providing a reply.
> Is this unusual? The total time taken for the queries is less than a
> second.
> I looked at the design and it looks somewhat well designed - i.e. to
> decrease the queries, we will have to do quite a bit of nasty things.
> Can someone give me an idea whether this amount of queries is usual?
> >

One generally tries to avoid too many queries, and 50+ would usually  
five me pause however the question is always is it fast enough. And if  
it is there is mo reason to worry. If it isn't you get to sit down and  
do some profiling.

Alex

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

Reply via email to