@
tb4649120073rs mysql> explain select count(*) from history_uint;
+----+-------------+--------------+-------+---------------+----------------+----
-----+------+---------+-------------+
| id | select_type | table | type | possible_keys | key | key
_len | ref | rows | Extra |
+----+-------------+--------------+-------+---------------+----------------+----
-----+------+---------+-------------+
| 1 | SIMPLE | history_uint | index | NULL | history_uint_1 | 12
| NULL | 3393731 | Using index |
+----+-------------+--------------+-------+---------------+----------------+----
-----+------+---------+-------------+
1 row in set (0.00 sec)