If I store an entity in the datastore within the context of a specific namespace, is it possible that the same id will occur in another namespace?
For example if I have - Key(MODEL_NAME, 123456789, namespace=NS_1) , is it possible for the datastore to also create a record such as Key(MODEL_NAME, 123456789, namespace=NS_2) where the id - 123456789 is appearing in more than 1 namespace? Note that Datastore is the one automatically generating the ids. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/69a2d8cb-301e-49a9-890c-397f2068a00f%40googlegroups.com.
