Re: [google-appengine] Re: Multitenant Design and Indexes

2011-05-09 Thread Robert Kluin
Hi Prateek, The data in one namespace won't impact anything in another namespace. All indexes for all applications are stored in within a single 'bigtable.' Check out some of the datastore articles (or google talks) on the datastore. http://code.google.com/appengine/articles/storage_breakdo

[google-appengine] Re: Multitenant Design and Indexes

2011-05-09 Thread someone1
Thanks for the reply, however, how are the indexes handled in the backend? Is it just one index shared across the namespaces or does each namespace get its own index for the custom indexes I define? I understand as far as billing is concerned, it'll appear as a single index and I also understand I

[google-appengine] Re: Multitenant Design and Indexes

2011-05-09 Thread JH
It's up to you. You can keep track, or query for the information: http://code.google.com/appengine/docs/python/datastore/metadataqueries.html#Namespace_Queries On May 9, 8:35 am, andreas schmid wrote: > do i need to keep track of all the namespaces is there a way to check which > namepaces are