On Thursday, December 30, 2010 7:04:48 PM UTC, nischalshetty wrote: > > "The more entity groups your application has—that is, the more root > entities there are—the more efficiently the datastore can distribute > the entity groups across datastore nodes" > > I read this above line here - > http://code.google.com/appengine/docs/python/datastore/keysandentitygroups.html > >
"Every entity belongs to an *entity group*, a set of one or more entities that can be manipulated in a single transaction. ... An entity without a parent is a *root* entity." ie. You can't NOT set an entity group for an entity. If you don't explicitly set one it will implicitly be it's own entity group. An entity group with only one entity will not therefore be in contention with other entities. (not for this reason, anyway) -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
