Memcache appears to use pickle, so it saves the object, everything
that the object points to, and so on.  This means that multiple
db.Model instances may be stored by a single memcache write.

What is the maximum size of a memcache entry?

IIRC, query objects don't like to be pickled and db.Key instances
aren't very small when pickled.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to