On Sep 26, 2006, at 6:06 PM, Greg Plesur wrote:
In a newly created QuerySet, the cache is empty. The first time a QuerySet is evaluated -- and, hence, a database query happens -- Django saves the query results in the QuerySet's cache and returns the results that have been explicitly requested (e.g., the next element, if the QuerySet is being iterated over). Subsequent evaluations of the QuerySet reuse the cached results. Don --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~--- |
- Model-level DB cache Greg Plesur
- Re: Model-level DB cache Don Arbow
- Re: Model-level DB cache Greg Plesur
- Re: Model-level DB cache Ivan Sagalaev
- Re: Model-level DB cache Michael Radziej
- Re: Model-level DB cache Greg Plesur
- Re: Model-level DB cache Hawkeye
- Re: Model-level DB cache Michael Radziej
- Re: Model-level DB cache Greg Plesur
- Re: Model-level DB cache Michael Radziej