<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MVCC on Just notes</title><link>https://linjiapeng.cn/tags/mvcc/</link><description>Recent content in MVCC on Just notes</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sun, 14 Jan 2024 07:07:07 +0100</lastBuildDate><atom:link href="https://linjiapeng.cn/tags/mvcc/index.xml" rel="self" type="application/rss+xml"/><item><title>MVCC</title><link>https://linjiapeng.cn/posts/mvcc/</link><pubDate>Sun, 14 Jan 2024 07:07:07 +0100</pubDate><guid>https://linjiapeng.cn/posts/mvcc/</guid><description>&lt;h1 id="mvcc">MVCC&lt;/h1>
&lt;h2 id="须知">须知&lt;/h2>
&lt;p>&lt;strong>当前读&lt;/strong>：读取的都是最新版本，会对读取的内容进行加锁。&lt;br>
&lt;strong>快照读&lt;/strong>：读到的不一定是最新的版本，不加锁的非阻塞读，隔离级别不能是串行化，不然会退化成当前读。基于多版本并发控制（MVCC）实现的。&lt;/p></description></item></channel></rss>