MySQL Forums
Forum List  »  Performance

Re: Mysql 5.1 to 5.5.1.18 Upgrade Poor Performance
Posted by: Thomas Frederiksen
Date: December 27, 2011 10:28AM

Just to follow up on this topic. This particular query was fixed by dropping the idx_start_date and letting it use another index (gkey) that results in a filesort but significantly faster execution time.

I'm now putting together a new test case that also has the performance problem. I've since had to downgrade to 5.1.51 in order to keep things afloat. I've left our slave on 5.5.18 in order to be able to show execution plans from both versions.

I'll post again when I can put all of the information together.


RAM: 48GB

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Mysql 5.1 to 5.5.1.18 Upgrade Poor Performance
1125
December 27, 2011 10:28AM


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.