> I think the effect you are seeing is more of MySQL thing than a Django > thing, so that is where I'd be looking for a better idea of what the server > is doing to speed up subsequent queries like this (in fact I think I recall > reading about it at some point in reading up on MySQL, though I don't recall > where). I see a similar effect on my own MySQL DB, independent of Django.
You may have query caching turned on. http://www.mysqlperformanceblog.com/2006/07/27/mysql-query-cache/ -- steev http://www.daikaiju.org.uk/~steve/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

