MySQL Forums
Forum List  »  Performance

Re: Slow query
Posted by: Thomas Wiedmann
Date: February 14, 2011 10:57AM

At last you can drop the index 'start', because it is redundant to 'idx_start_end_loc'.

ALTER TABLE xxx
  DROP KEY start;

with kind regards,
Thomas

Options: ReplyQuote


Subject
Views
Written By
Posted
3934
February 11, 2011 08:55AM
1173
February 12, 2011 03:32PM
1332
February 14, 2011 07:55AM
1105
February 14, 2011 08:12AM
965
February 14, 2011 09:59AM
Re: Slow query
885
February 14, 2011 10:57AM
895
February 14, 2011 06:51PM
1135
February 15, 2011 03:21AM
1324
February 15, 2011 11:17AM


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.