Hi Chuck,

from our own experience I can say that namespaces work great for serving 
different domains from the same app. Haven't run into any issues with 
namespaces.

When building multi-tenant applications (which is what we do) it much 
depends on whether you need functionality that spans across tenants (like 
global reporting... etc.) 
If not and you're happy with each tenant living in its own little sandbox I 
would recommend using sub-namespaces to separate tenants. It's simple, 
secure and it scales...

If you need to act globally on tenant data I would suggest using composite 
indexes starting with the tenant ID to separate tenants while maintaining 
scalability.

Wolfram

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9d3ec8dc-abb9-4022-8adc-0000180cb26e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to