点击(此处)折叠或打开
-
MysqL> explain select * from test06 where id>1;
-
+----+-------------+--------+------+---------------+------+---------+------+---------+-------------+
-
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
-
+----+-------------+--------+------+---------------+------+---------+------+---------+-------------+
-
| 1 | SIMPLE | test06 | ALL | idx_test03_id | NULL | NULL | NULL | 2009559 | Using where |
- +----+-------------+--------+------+---------------+------+---------+------+---------+-------------+