为什么会存在usingfilesort【点击查看详情】
为什么会存在usingfilesort:当使用explain分析SQL时常常会遇到extra的其中一为using filesort,如: PRIMARY KEY (`id`), KEY `uid` (`uid`) explain select * from t_talbe where uid=1order by id; extra结果为:Using where; Using fi
相关视频/文章