Re: Long execution time despite LIMIT 3
Date: June 23, 2011 08:53AM
That's because InnoDB (not MyISAM) silently appends the PRIMARY KEY fields to every secondary key. So, effectively, those indexes are identical. (Sorry, I should have included id so that this puzzle would not arise.)
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.