On Sat, Apr 25, 2009 at 5:07 AM, Aaron Lee <waifun...@gmail.com> wrote:
> So is there some InnoDB specific thing in Django that does some "smart"
> caching?

Unless you explicitly enable Django's caching system, and explicitly
make use of it, Django does no caching of any sort whatsoever.

Personally I would suspect that you are seeing the result of
transaction isolation at the DB level, especially since it seems to go
away when you switch to a storage engine that doesn't support
transactions.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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