1 Apr 2006 01:19
RE: Horrible Query Performance on Update
Keith <keith <at> theboxergroup.com>
2006-03-31 23:19:36 GMT
2006-03-31 23:19:36 GMT
Tablename Column_or_Index Strategy PageCount T table scan 42 D deviceinfo_idx join via indexed column 379618 No temporary results created Result is copied, costvalue is 862630 -----Original Message----- From: Kakhandiki, Ashwath [mailto:ashwath.kakhandiki <at> sap.com] Sent: Friday, March 31, 2006 4:47 PM To: Keith Arnold; maxdb <at> lists.mysql.com Subject: RE: Horrible Query Performance on Update Hi Keith, What is the result of this explain statement? Explain SELECT T.SUBLOTNO FROM TMPTBL T, DEVICEINFO D WHERE T.REPORT_ID = D.REPORT_ID I think it might help if you create an index on TMPTBL (report_id, sublotno). Thanks, Ashwath Kakhandiki MAXDB Dev. Support SAP Labs LLC, Palo Alto(Continue reading)
RSS Feed