MySQL Forums
Forum List  »  Optimizer & Parser

Re: Is there any way to tell the optimizer that my large, but simple-schema table are already sorted?
Posted by: Øystein Grøvlen
Date: November 29, 2011 03:19AM

Hi,

If I understand correctly, you want to be able to join the two tables efficiently without using an index. This would be possible if MySQL supported (sort-)merge join. Unfortunately, it does not.

Øystein Grøvlen,
Senior Principal Software Engineer,
MySQL Group, Oracle,
Trondheim, Norway

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Is there any way to tell the optimizer that my large, but simple-schema table are already sorted?
1108
November 29, 2011 03:19AM


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.