The largest a memcache item may be is 1MB.

On Thu, Feb 19, 2009 at 6:10 PM, Andy Freeman <ana...@earthlink.net> wrote:
>
> 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to