Instead, use two-phase commit transactions.
作为替代的方式,应该使用两阶段提交事务。
Because ObjectGrid only supports single-phase commit transactions, any update can only be performed in a single partition.
由于ObjectGrid只支持单阶段提交事务,因此任何更新都只能在单个分区内执行。
If your application needs to access multiple resources as part of the same operation, you need two-phase commit transactions.
如果您的应用程序在同一个操作中需要访问多种资源,您就要使用两阶段提交事务。
应用推荐