explain select * from vanrating_latest_backup where rating=3 or rating=4;
+------+-------------+-------------------------+------+---------------+------+---------+------+------+-------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+------+-------------+-------------------------+------+---------------+------+---------+------+------+-------------+
| 1 | SIMPLE | vanrating_latest_backup | ALL | NULL | NULL | NULL | NULL | 12 | Using where |
+------+-------------+-------------------------+------+---------------+------+---------+------+------+-------------+
- Ref (Best)
- ALL (Worst)
That the keys will be consider as index of mysql engine
Key for indexing
How many row has been read