On Tue, Nov 8, 2011 at 5:02 PM, Chase <chase.seib...@gmail.com> wrote:
> I agree that the kind of queries that are repeated tend to be light
> weight ones. The only reason I started looking at this was due to some
> higher than average latency between servers in our hosting
> environment.
>
> When you're spending an extra 10m per query, even the light ones
> count.
>
> http://bitkickers.blogspot.com/2011/10/django-performance-latency-kills.html
>

Yarp, when you're hunting for ms, everything is a target!

I was thinking you could adjust his approach to provide a queryset
factory that caches according to kwargs, like the one in the linked
thread, but that is cleaned up at the end of the request.

Cheers

Tom

-- 
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