MySQL_执行计划详细说明
摘要:1 简要说明 id 表格查询的顺序编号。 降序查看,id相同的从上到下查查看。 id可以为null ,当table为( union ,m,n )类型的时候,id为null,这个时候,id的顺序为 m跟n的后面。 select_type 查询的方式 下文详细说明。 table 表格名称 表名,别名,(
阅读全文
posted @ 2019-11-28 17:23
posted @ 2019-11-28 17:23
posted @ 2019-09-03 12:32
posted @ 2019-05-19 16:28