MySQL Forums
Forum List  »  Optimizer & Parser

Re: optimize the query
Posted by: ch srinivas
Date: August 29, 2012 04:15AM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
2443
August 27, 2012 10:47PM
1277
August 28, 2012 01:43AM
Re: optimize the query
1164
August 29, 2012 04:15AM
1259
August 29, 2012 04:39AM
1145
August 29, 2012 05:38AM
1221
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.