All pastes #41078 Raw Edit

Someone

public text v1 · immutable
#41078 ·published 2006-02-10 23:43 UTC
rendered paste body
EXPLAIN SELECT manufacturer_pn FROM product_tags, cnet WHERE product_tags.product_id = cnet.manufacturer_pn;
+----+-------------+--------------+------+---------------+------+---------+------+--------+------------------------------------------------+
| id | select_type | table        | type | possible_keys | key  | key_len | ref  | rows   | Extra                                |
+----+-------------+--------------+------+---------------+------+---------+------+--------+------------------------------------------------+
|  1 | SIMPLE      | product_tags | ALL  | NULL          | NULL |    NULL | NULL |  23924 |                                |
|  1 | SIMPLE      | cnet         | ALL  | PRIMARY       | NULL |    NULL | NULL | 290635 | Range checked for each record (index map: 0x1) |
+----+-------------+--------------+------+---------------+------+---------+------+--------+------------------------------------------------+
2 rows in set (0.00 sec)