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
相關文章
相關標籤/搜索