system > const eq_ref > ref > fulltext > ref_or_null > index_merge > unique_subquery index_subquery > range > index > ALL
作者:spike
分类: Mysql
创作时间:2023-06-25
更新时间:2024-12-09
索引类型,速度排序,system,const,eq_ref
不同索引类型在数据库查询中的速度排序:system最快,ALL最慢。