The last I heard, Google's memcache allows about 100MB of data.  After
that, it starts pushing things out in a least-recently-used order.

Nothing is guaranteed with memcache, though.  You have to design your
app to still function even if the cache isn't holding anything very
long.

-Ryan

On Mar 9, 6:29 pm, Rhyo <dantuluri.ki...@gmail.com> wrote:
> friends, new to app engine please let me know what is the maximum keys
> that can be added to memcache. Please let me how correct is it to add
> temporary information of a million users to memcache with a separate
> key of few bytes to each user and key expire time of 5
> minutes.assuming that million users are online at single point of time
--~--~---------~--~----~------------~-------~--~----~
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