MySQL Explain’s type

Explain的type显示的是访问类型,是较为重要的一个指标,结果值从好到坏依次是:

system > const > eq_ref > ref > fulltext > ref_or_null > index_merge > unique_subquery > index_subquery > range > index > ALL

REF :
http://hi.baidu.com/thinkinginlamp/blog/item/eef0cd119239db17b8127b6f.html


评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注