摘要: select_type:SIMPLE 简单查询,MATERIALIZED 被处理的子查询 type:system > const > eq_ref>ref >range > index > all , 最好能优化到range级别或则ref级别 ALL 不使用索引,全局扫描 index 当查询的时候只 阅读全文
posted @ 2021-02-22 13:46 动力起点 阅读(55) 评论(0) 推荐(0)