MySQL Forums
Forum List  »  Optimizer & Parser

Re: Indexes are not working after restoring dump
Posted by: Amit K
Date: September 27, 2018 01:45PM

Output of Query expalin

+----+--------------------+---------+--------+----------------+---------+---------+-------+---------+-------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+--------------------+---------+--------+----------------+---------+---------+-------+---------+-------------+
| 1 | PRIMARY | t1 | ALL | NULL | NULL | NULL | NULL | 3492695 | Using where |
| 2 | DEPENDENT SUBQUERY | t3 | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| 2 | DEPENDENT SUBQUERY | t2 | eq_ref | PRIMARY,c2 | PRIMARY | 4 | func | 1 | Using where |
+----+--------------------+---------+--------+----------------+---------+---------+-------+---------+-------------+

Options: ReplyQuote


Subject
Views
Written By
Posted
1381
September 27, 2018 11:25AM
Re: Indexes are not working after restoring dump
635
September 27, 2018 01:45PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.