These relate to the usage of indexes:
- possible_keys
- Which indexes were considered?
- key
- Which indexes did the optimizer choose?
- key_len
- How many bytes of the index will be used?
SQL EXPLAIN: Index-related columns
These relate to the usage of indexes: