Cross Group (XG) Transactions and Further Explanation of use
问题 The most recent release of the GAE states the following changes: Datastore Cross Group (XG) Transactions: For those who need transactional writes to entities in multiple entity groups (and that's everyone, right?), XG Transactions are just the thing. This feature uses two phase commit to make cross group writes atomic just like single group writes. I think I could use this change within the code of a project I created a while ago but I would like further information regarding this update to