Skip to content

Commit 0f8129d

Browse files
authored
Merge pull request Snailclimb#1131 from taoes/master
fix: 修正单词的错误
2 parents afd56ab + eb6e9ac commit 0f8129d

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
@@ -34,7 +34,7 @@
3434

3535
《高性能MySQL》第四章如是说:And, in case you’re wondering, allowing NULL values in the index really doesn’t impact performance 。NULL 值的索引查找流程参考:https://juejin.im/post/5d5defc2518825591523a1db ,相关阅读:[MySQL中IS NULL、IS NOT NULL、!=不能用索引?胡扯!](https://juejin.im/post/5d5defc2518825591523a1db)
3636

37-
9. 删除长期未使用的索引,不用的索引的存在会造成不必要的性能损耗 MySQL 5.7 可以通过查询 sys 库的 chema_unused_indexes 视图来查询哪些索引从未被使用
37+
9. 删除长期未使用的索引,不用的索引的存在会造成不必要的性能损耗 MySQL 5.7 可以通过查询 sys 库的 schema_unused_indexes 视图来查询哪些索引从未被使用
3838

3939
10. 在使用 limit offset 查询缓慢时,可以借助索引来提高性能
4040

0 commit comments

Comments
 (0)