two-phase commit
常见例句
- First, find out if your environment meets the prerequisites to support two-phase commit.
首先,查看您的环境是否满足支持两阶段提交的先决条件。 - If your application needs to access multiple resources as part of the same operation, you need two-phase commit transactions.
如果您的应用程序在同一个操作中需要访问多种资源,您就要使用两阶段提交事务。 - If another resource becomes involved in the transaction, you have forced an unnecessary two-phase commit, causing an additional prepare flow.
如果在事务中涉及另一项资源,就会强制进行不必要的两阶段提交,导致额外的准备流程。 - What about transactions, two-phase commit, and other mechanisms inherited from big iron legacy databases?
FORBES: What You Need to Know About NoSQL Databases - None of these strategies are anything like two-phase commit.
FORBES: What You Need to Know About NoSQL Databases 返回 two-phase commit