Mysql 中using where 与 using index 区别?
一个十分简单的问题,我来自问自答吧!using where 表明是SQL是读取数据文件,using index 是读取索引文件。