Are all of these 1-2 million users going to be active at the same time?  If
not, why do you care if it all fits in memcache?

On the other hand, if they *are* all going to be active at once, I would be
very curious to know what happens...

Jeff

On Tue, Feb 21, 2012 at 2:07 PM, Kesava Neeli <nke...@gmail.com> wrote:

> Hi IKai,
>
> Could you point me to the docs about the max memory for the app for
> MemoryCache? We have a mobile app with many user accounts and each account
> has a primary key. We expect to have 1-2million accounts in the datastore.
> We need to store many entries in mem cache to  find if account exists based
> on other fields in our user account data. i.e a map of 3 or 4 fields per
> account pointing to the primary key. So we will have 3-4 entries in mem
> cache for each user account. Each entry will be simple key/value string
> objects. Do you have any recommendations on how to use MemCache here? How
> do we need to handle the memory for 5 million entries in cache?
>
> Thanks
> Neeli
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-java/-/HmjI7KSoAz4J.
>
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to