mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-13 07:26:36 +08:00
Update 数据库系统原理.md
This commit is contained in:
@ -311,7 +311,7 @@ InnoDB 的 MVCC 使用到的快照存储在 Undo 日志中,该日志通过回
|
|||||||
|
|
||||||
## 快照读与当前读
|
## 快照读与当前读
|
||||||
|
|
||||||
### 1. 当前读
|
### 1. 快照读
|
||||||
|
|
||||||
读取最新的数据。
|
读取最新的数据。
|
||||||
|
|
||||||
@ -319,7 +319,7 @@ InnoDB 的 MVCC 使用到的快照存储在 Undo 日志中,该日志通过回
|
|||||||
select * from table ....;
|
select * from table ....;
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. 快照读
|
### 2. 当前读
|
||||||
|
|
||||||
读取快照中的数据。
|
读取快照中的数据。
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user