1 2 3 4 5 6 7
| +----+-------------+-------------------------+------+---------------------------+----------+---------+----------------------------------------+--------+-------------+
| id | select_type | TABLE | type | possible_keys | KEY | key_len | ref | rows | Extra |
+----+-------------+-------------------------+------+---------------------------+----------+---------+----------------------------------------+--------+-------------+
| 1 | SIMPLE | tab_prod_to_image | ALL | id_fiche,id,id_copy | NULL | NULL | NULL | 114538 | |
| 1 | SIMPLE | tab_image | ref | id,date_modif | id | 4 | db_test.tab_prod_to_image.id | 1 | |
| 1 | SIMPLE | tab_prod | ref | id,cache_date | id | 4 | db_test.tab_prod_to_image.id_fiche | 1 | USING WHERE |
+----+-------------+-------------------------+------+---------------------------+----------+---------+----------------------------------------+--------+-------------+ |
Partager