Skip to content

Commit 4850fba

Browse files
authored
Merge pull request Snailclimb#459 from hanandjun/patch-2
修改错别字
2 parents 3ef9627 + 5720352 commit 4850fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/MySQL Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ select * from user where city=xx ; // 无法命中索引
7070

7171
冗余索引指的是索引的功能相同,能够命中 就肯定能命中 ,那么 就是冗余索引如(name,city )和(name )这两个索引就是冗余索引,能够命中后者的查询肯定是能够命中前者的 在大多数情况下,都应该尽量扩展已有的索引而不是创建新索引。
7272

73-
MySQLS.7 版本后,可以通过查询 sys 库的 `schema_redundant_indexes` 表来查看冗余索引
73+
MySQL 5.7 版本后,可以通过查询 sys 库的 `schema_redundant_indexes` 表来查看冗余索引
7474

7575
### Mysql如何为表字段添加索引???
7676

0 commit comments

Comments
 (0)