Skip to content

Commit bbb0db7

Browse files
authored
Update 深入理解MySQL基础篇.md
1 parent 653b98a commit bbb0db7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/深入理解MySQL基础篇.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MySQL体系结构与存储引擎
1+
# MySQL体系结构与存储引擎
22

33
## MySQL体系结构
44

@@ -49,7 +49,7 @@ MySQLServer层主要包括ConnectionPool、Service&utilities、SQLinterface、Pa
4949
InnoDB 存储引擎的具体架构如下图所示。上半部分是实例层(计算层),位于内存中,下半部分是物理层,位于文件系统中。
5050

5151

52-
52+
<img src="https://github.com/lvminghui/Java-Notes/blob/master/docs/typora-user-images/InnoDB%E6%9E%B6%E6%9E%84.png" style="zoom: 80%;" />
5353

5454

5555
### 实例层
@@ -129,7 +129,8 @@ InnoDB 表最大还可以支持 64TB,支持聚簇索引、支持压缩数据
129129

130130
## InnoDB 核心要点
131131

132-
<img src="https://github.com/lvminghui/Java-Notes/tree/master/docs/typora-user-images" style="zoom: 80%;" />
132+
133+
<img src="https://github.com/lvminghui/Java-Notes/blob/master/docs/typora-user-images/InnoDB知识体系.png" style="zoom: 80%;" />
133134

134135

135136

0 commit comments

Comments
 (0)