Mysql中filesort优化

用Explain分析SQL语句的时候,常常发现有的语句在Extra列会出现Using filesort,根据mysql官方文档对他的描述:mysql 引用 MySQL must do an extra pass to find out how to retrieve the rows in sorted order. The sort is done by going through all ro
相关文章
相关标签/搜索