MySQL Forums
Forum List  »  Optimizer & Parser

Re: MySQL 5.5 Query Optimizer - Massive Regression (vs 5.0)
Posted by: Chris Ricks
Date: February 02, 2012 03:06AM

It looks like the problem is actually quite simple.

For some incredibly strange reason, having an ORDER BY clause causes selection of the index that can be used to satisfy the ORDER BY without filesort as opposed to selection of the index that can actually return the results in a respectable amount of time.

No amount of playing with max_length_for_sort_data is helping this.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL 5.5 Query Optimizer - Massive Regression (vs 5.0)
1222
February 02, 2012 03:06AM


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.