Re: optimize the query
Thanks for reply
but we have indexs on those columns then also it getting slow
select column_name,index_name from information_schema.STATISTICS where table_schema='MasterDB' and table_name='MDB_ModelVariables';
+-------------+------------+
| column_name | index_name |
+-------------+------------+
| LeadID | PRIMARY |
| MD4_FPD3 | MD4_FPD3 |
| newcustid | newcustid |
| ObsDate | ObsDate |
+-------------+------------+
select column_name,index_name from information_schema.STATISTICS where table_schema='uklmodels' and table_name='BehaviourModel';
+-------------+------------+
| column_name | index_name |
+-------------+------------+
| NewCustId | NewCustId |
| ObsDate | ObsDate |
+-------------+------------+
please give me reply
Subject
Views
Written By
Posted
2575
August 27, 2012 10:47PM
1350
August 28, 2012 01:43AM
Re: optimize the query
1237
August 29, 2012 04:15AM
1380
August 29, 2012 04:39AM
1220
August 29, 2012 05:38AM
1303
August 30, 2012 07:20AM
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.