We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c3ffd commit 7d45aabCopy full SHA for 7d45aab
docs/database/mysql/mysql-index.md
@@ -92,7 +92,7 @@ InnoDB 引擎中,其数据文件本身就是索引文件。相比 MyISAM,索
92
93
在 MySQL 的 InnoDB 的表中,当没有显示的指定表的主键时,InnoDB 会自动先检查表中是否有唯一索引且不允许存在null值的字段,如果有,则选择该字段为默认的主键,否则 InnoDB 将会自动创建一个 6Byte 的自增主键。
94
95
-
+
96
97
### 二级索引(辅助索引)
98
@@ -110,7 +110,7 @@ InnoDB 引擎中,其数据文件本身就是索引文件。相比 MyISAM,索
110
111
二级索引:
112
113
-
+
114
115
## 聚集索引与非聚集索引
116
0 commit comments