|
|
|
|
Re: Query Optimization [message #649109 is a reply to message #649064] |
Sun, 13 March 2016 11:15 |
|
garan
Messages: 27 Registered: January 2016
|
Junior Member |
|
|
Hi
Please compare the number of rows for each table involved in the join between development and prodn. If large number of rows present in prodn and
the column involved in the index is less distinct values oracle might prefer full table scan than the index scan
Also check the statistics of all the tables involved in the query is uptodate in prodn
Also compare the session level values for index_cost_adj factor between prodn and development
garan
|
|
|