未验证 提交 d598ece3 编写于 作者: 郑永川 提交者: GitHub

Merge pull request #427 from fxleyu/patch-1

[BUG_FIX] 修改名称错误,事务特性为 ACID
......@@ -99,7 +99,7 @@ Zookeeper 提供了一种树形结构级的命名空间,/app1/p_1 节点的父
# 二、分布式事务
指事务的操作位于不同的节点上,需要保证事务的 AICD 特性。
指事务的操作位于不同的节点上,需要保证事务的 ACID 特性。
例如在下单场景下,库存和订单如果不在同一个节点上,就涉及分布式事务。
......@@ -335,4 +335,5 @@ Raft 也是分布式一致性协议,主要是用来竞选主节点。
- [What is CAP theorem in distributed database system?](http://www.colooshiki.com/index.php/2017/04/20/what-is-cap-theorem-in-distributed-database-system/)
- [NEAT ALGORITHMS - PAXOS](http://harry.me/blog/2014/12/27/neat-algorithms-paxos/)
- [Paxos By Example](https://angus.nyc/2012/paxos-by-example/)
- [ACID](https://en.wikipedia.org/wiki/ACID_(computer_science))
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册