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 |
+----+--------------------+---------+--------+----------------+---------+---------+-------+---------+-------------+
Subject
Views
Written By
Posted
1496
September 27, 2018 11:25AM
870
September 27, 2018 01:39PM
Re: Indexes are not working after restoring dump
685
September 27, 2018 01:45PM
735
September 28, 2018 12:21AM
689
September 27, 2018 07:14PM
640
September 27, 2018 08:31PM
639
September 28, 2018 11:08AM
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.