MySQL Forums
Forum List  »  Performance

Re: Optimising query with composite index, which says using where
Posted by: Timothy Mifsud
Date: September 06, 2014 01:53AM

Hi,

I've managed to improve the performance of the query...I changed the composite index into indexes on the individual counts. This has led to a great reduction in the number of rows having to be examined and a big performance boost.

Thanks,
Tim

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Optimising query with composite index, which says using where
708
September 06, 2014 01:53AM


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.