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: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of Aza Tek
Sent: Saturday, August 25, 2012 2:19 AM
To: google-appengine@googlegroups.com
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 <drak...@digerat.com> 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 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.

-- 
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