We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b24867 commit 06c16f6Copy full SHA for 06c16f6
docs/database/MySQL Index.md
@@ -24,7 +24,7 @@
24
25
5. 在经常用在连接的列上,这 些列主要是一些外键,可以加快连接的速度;
26
27
-6. 避免 where 子句中对宇段施加函数,这会造成无法命中索引。
+6. 避免 where 子句中对字段施加函数,这会造成无法命中索引。
28
29
7. 在使用InnoDB时使用与业务无关的自增主键作为主键,即使用逻辑主键,而不要使用业务主键。
30
0 commit comments