Hi all,

I think many of you may have had this issue, I am talking about the
issue with the Memcache size limitation. I have an application which
this limit some time back, I have had to disable memcaching of certain
Model objects, this is causing considerable overhead in my app. I am
trying to find a solution to this, I tried the way that Nick Johnson
had mention in the blog;
http://blog.notdot.net/2009/9/Efficient-model-memcaching

But most of my models are search.SearchableEntity so can't use that
also :(

I tried to split up the objects in to multiple items in memcache, but
that will increase my RPC calls, since I can't use get_multi since
there is a 1MB limit on that also.

Any help or suggestions will be greatly appreciated.

Thanks,
Arun Shanker Prasad.

-- 
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-appeng...@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