
Untitled
mysql> source expl.sql
Database changed
+----+-------------+---------------------+------+---------------+------+---------+------+---------+-------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+-------------+---------------------+------+---------------+------+---------+------+---------+-------------+
| 1 | SIMPLE | persistent_throttle | ALL | NULL | NULL | NULL | NULL | 1634297 | Using where |
+----+-------------+---------------------+------+---------------+------+---------+------+---------+-------------+
1 row in set (0.00 sec)
+----+-------------+---------------------+-------+-------------------------+-------------------------+---------+------+--------+-------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+-------------+---------------------+-------+-------------------------+-------------------------+---------+------+--------+-------------+
| 1 | SIMPLE | persistent_throttle | range | timeOfLastIntervalStart | timeOfLastIntervalStart | 9 | NULL | 817148 | Using where |
+----+-------------+---------------------+-------+-------------------------+-------------------------+---------+------+--------+-------------+