<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>SQL on 蓝尾蜂鸟</title><link>https://clibing.com/categories/sql/</link><description>Recent content in SQL on 蓝尾蜂鸟</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><copyright>Copyright © 2011-2026 clibing. All Rights Reserved.</copyright><lastBuildDate>Mon, 22 Jan 2018 14:38:56 +0800</lastBuildDate><atom:link href="https://clibing.com/categories/sql/index.xml" rel="self" type="application/rss+xml"/><item><title>分布式事物CAP和BASE理论介绍</title><link>https://clibing.com/posts/java/mybatis/distributed-transaction/</link><pubDate>Mon, 22 Jan 2018 14:38:56 +0800</pubDate><guid>https://clibing.com/posts/java/mybatis/distributed-transaction/</guid><description><![CDATA[<blockquote>
<p>我们都知道普通的事务中有原子性，一致性，隔离性，持久性。而分布式事务中也有这些属性。</p>
</blockquote>

<h3 id="分布式事务" data-numberify>分布式事务<a class="anchor ms-1" href="#分布式事务"></a></h3>
<p>随着分布式计算的发展，事务在分布式中也得到了广泛的应用。
在单机数据库中，我们很容易能够实现满足ACID特性的事务处理系统，但在分布式数据库中，数据分散在各个不同的机器上，如何对这些数据进行分布式的事务处理具有非常大的挑战。
分布式中会有机器宕机和各种网络异常。尽管存在这种种分布式问题，但是在分布式计算领域，为了保证分布式应用程序的可靠性，分布式事务是无法回避的。</p>]]></description></item></channel></rss>