2018年10月21日
摘要: MySQL 中的 Explain 使用 前言 分析 1、id 2、select_type 3、table 4、type 5、possible_keys 6、key 7、key_len 8、ref 9、rows 10、Extra 总结 MySQL 中的 Explain 使用 前言 在开发的过程中,对于 阅读全文
posted @ 2018-10-21 11:20 ZhanLi 阅读(1550) 评论(0) 推荐(0)