File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- MySQL体系结构与存储引擎
1
+ # MySQL体系结构与存储引擎
2
2
3
3
## MySQL体系结构
4
4
@@ -49,7 +49,7 @@ MySQLServer层主要包括ConnectionPool、Service&utilities、SQLinterface、Pa
49
49
InnoDB 存储引擎的具体架构如下图所示。上半部分是实例层(计算层),位于内存中,下半部分是物理层,位于文件系统中。
50
50
51
51
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 % ; " />
53
53
54
54
55
55
### 实例层
@@ -129,7 +129,8 @@ InnoDB 表最大还可以支持 64TB,支持聚簇索引、支持压缩数据
129
129
130
130
## InnoDB 核心要点
131
131
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% ;" />
133
134
134
135
135
136
You can’t perform that action at this time.
0 commit comments