1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #933 from juzi214032/patch-7

fix: 修正错别字
This commit is contained in:
SnailClimb 2020-09-17 13:29:44 +08:00 committed by GitHub
commit 2e35894707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
5. 在经常用在连接的列上,这 些列主要是一些外键,可以加快连接的速度;
6. 避免 where 子句中对段施加函数,这会造成无法命中索引。
6. 避免 where 子句中对段施加函数,这会造成无法命中索引。
7. 在使用InnoDB时使用与业务无关的自增主键作为主键即使用逻辑主键而不要使用业务主键。