Skip to content

Commit 61d7dce

Browse files
committed
更新分布式事务的内容
1 parent 7ee3f0c commit 61d7dce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

架构/分布式.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
![分布式系统的经典基础理论总结](https://user-gold-cdn.xitu.io/2018/5/24/1639234237ec9805?w=791&h=466&f=png&s=55908)
77

88
- ### 二 分布式事务
9-
9+
分布式事务就是指事务的参与者、支持事务的服务器、资源服务器以及事务管理器分别位于不同的分布式系统的不同节点之上。以上是百度百科的解释,简单的说,就是一次大的操作由不同的小操作组成,这些小的操作分布在不同的服务器上,且属于不同的应用,分布式事务需要保证这些小操作要么全部成功,要么全部失败。本质上来说,分布式事务就是为了保证不同数据库的数据一致性。
10+
* [深入理解分布式事务](http://www.codeceo.com/article/distributed-transaction.html)
1011
* [分布式事务?No, 最终一致性](https://zhuanlan.zhihu.com/p/25933039)
1112
* [聊聊分布式事务,再说说解决方案](https://www.cnblogs.com/savorboard/p/distributed-system-transaction-consistency.html)
1213

0 commit comments

Comments
 (0)