目录一、索引合并的类型1.1 Index Merge Intersection Access (Using intersect(...)):1.2 Index Merge Union Access (Using union(...)):1.3 Index Merge Sort-Union Access (Using sort_union
mysql执行原理之索引合并详解 我们前边说过MySQL在一般情况下执行一个查询时最多只会用到单个二级索引,但存在有特殊情况,在这些特殊情况下也可能在一个查询中使用到多个二级索引,MySQL中这种使用到多个索引来完成