Re: Regarding queries cache...

2012-01-28 Thread Anssi Kääriäinen
On Jan 28, 4:05 am, Russell Keith-Magee wrote: > I'm not completely ruling out the fact that caching might also be a > valid strategy here, but I'd be interested in looking at more > fundamental optimzations as well. There are two basic reasons why query execution is sometimes slow: - As said,

Re: Regarding queries cache...

2012-01-27 Thread Russell Keith-Magee
On Sat, Jan 14, 2012 at 1:51 PM, "Germán M. Bravo" wrote: > Regarding queries cache... but not in the way almost everyone usually thinks > of this cache (for caching the queries results) ...but cache for the actual > queries themselves, for the query tree generated by djang

Regarding queries cache...

2012-01-27 Thread Germán M. Bravo
Regarding queries cache... but not in the way almost everyone usually thinks of this cache (for caching the queries results) ...but cache for the actual queries themselves, for the query tree generated by django, the Query object itself. Has anyone thought of this? Much in the same way the