Let's say you want to keep sessions cached in local instance. If you have room to cache 1000 users in instance memory and 3 tenants each have 5000 simultaneous users, you can't fit everyone in memory.
So you need multiple apps to avoid massive cache misses. Say you have 100k products per app, and you want to search them, you can't fit 300k items in memory so you can't multi-tenant. From: [email protected] [mailto:[email protected]] On Behalf Of Aza Tek Sent: Saturday, August 25, 2012 2:19 AM To: [email protected] Subject: Re: [google-appengine] Google Support Request: Can I get more Quota and Apps Drake, could you please explain the memory limitation associated with multi-tenant? On Sat, Aug 25, 2012 at 2:34 AM, Drake <[email protected]> wrote: Because of memory limitation mult-tenant is not an option. -- 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. -- 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.
