Hi, namespaces are not related to entity groups: entity group is a notion to group entities for transactional purposes. The aim is to limit a transaction to update of objects in a single group (i.e on the same server) to get a higher reliability and good scalability.
The namespace is a just a "prefix" on your data to separate it virtually per namespace: it has nothing to do with entity groups. Of course, you can't define entity groups across namespaces as data in one namespace doesn't know of data in another. regards didier On Mar 17, 4:00 pm, Khanh Dao Minh <[email protected]> wrote: > I think there is no problems with performance, but security vulnerabilities > and data leak. > Just give it a try :) > > Regards, > KhanhDM. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. 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-java?hl=en.
