I would like each user of my application to have their own separate DB 
instance.  This is because each user comes from different business and so I 
don't want any risk of user A seeing data from user B (which could happen 
if query forgot to say where owningUser = 'xyz'.  Also, if all businesses 
share same datastore, the tables will get very big which may slow things 
down.

So, do I need to register multilple app instances?

I kind of want one app instance, but multilpe data stores, is this possible?


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/2b98TZXJJzwJ.
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.

Reply via email to