mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
更新分布式事务的内容
This commit is contained in:
parent
7ee3f0ca66
commit
61d7dce9b2
@ -6,7 +6,8 @@
|
|||||||

|

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