目录一、什么是explain二、explain基础用法1. 基本语法2. 常用参数3. 输出示例三、执行计划字段深度解析3.1、id 列3.2、select_type 类型3.3、type 访问类型(性能关键指标)3.4、key_len 计算规则3.5、Extra 重要信
I have this piece of SQL that is being fed to Mysql. CREATE TABLE pn_history( member INT, action INT,