Well technically there is only one datastore for all apps.
Google servers make sure you cannot access data from other apps, but
we can imagine that they will allow it for specific cases in the
future.
And different entities with the same name can co-exist because all the
keys of your app contain your application id.



On Dec 5, 1:04 am, Hans <gcbo...@gmail.com> wrote:
> I think this is obvious to a lot of us, but I wonder if it's worth
> explicitly documenting up front in the Java/Python Datastore overviews
> that each application has its own corresponding datastore?
>
> If so, one could add an additional paragraph in each "Introducing the
> Datastore" section 
> ofhttp://code.google.com/appengine/docs/java/datastore/overview.html#In...
> andhttp://code.google.com/appengine/docs/python/datastore/overview.html#...
> like this:
>
> "Each App Engine application has its own associated datastore. From
> any given application, you may not reference the datastore (and its
> entities) associated with a different application.This does allow
> entities with the same name to exist independently across multiple
> applications. "
>
> Hans

--

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-appeng...@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