Re: [google-appengine] Need Expert Advice on a Multitenant Application

2010-12-26 Thread Sarfaraz
Thank you Robert, I was waiting to hear that. Warm Regards Sarfaraz Farooqui -- Strong and bitter words indicate a weak cause On Sun, Dec 26, 2010 at 10:48 AM, Robert Kluin wrote: > Hi, > Check out the section of the docs on metadata queries. You can > easily get a list of your namespaces.

Re: [google-appengine] Need Expert Advice on a Multitenant Application

2010-12-25 Thread Robert Kluin
Hi, Check out the section of the docs on metadata queries. You can easily get a list of your namespaces. http://code.google.com/appengine/docs/python/datastore/metadataqueries.html I may be wrong, but I believe the admin panel's stats cover the whole app -- not any one namespace. The sta

Re: [google-appengine] Need Expert Advice on a Multitenant Application

2010-12-25 Thread Sarfaraz
Dear Robert, Thank you for replying, regarding backups I am still thinking of an efficient way I would be very gald to get your help on that once I finish up with my app for user authentication I cannot use openid or google user accounts. because most of my clients will not have either of th

Re: [google-appengine] Need Expert Advice on a Multitenant Application

2010-12-24 Thread Robert Kluin
Hi Sarfaraz, If you read about namespaces, and look at the code a bit, you'll see that they are something like a key-prefix -- just like your appid. So if your data is well suited for that type of compartmentalization, you should have no problems with many namespaces. Keep in mind, it would be d

[google-appengine] Need Expert Advice on a Multitenant Application

2010-12-24 Thread Sarfaraz
Hi, I am planning to use namespace_manager to create a multitenant application, I have few questions in mind 1. is there any limit on the number of namespaces I can create and use. for example If i have 3000 Tenants, Can I create 3000 namespaces to store data in a compartmentalized manner for