Mysql中explain语法解析 xinput 2024-08-08 76 阅读1分钟 在MySQL中我们经常会使用 explain 来查看一条语句的执行计划 Extra 内容解析 Using temporary : 需要使用临时表 Using filesort : 需要执行排序操作 Using temporary; Using filesort : 需要临时表,并且在临时表是做排序操作