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
1771
September 27, 2018 11:25AM
1002
September 27, 2018 01:39PM
Re: Indexes are not working after restoring dump
796
September 27, 2018 01:45PM
883
September 28, 2018 12:21AM
799
September 27, 2018 07:14PM
754
September 27, 2018 08:31PM
746
September 28, 2018 11:08AM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.