Afficher un message
Vieux 22/09/2007, 03h09   #2
Charles Polisher
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Index Join without temporary tables

On 2007-09-19, Christoph Krammer <redtiger84@googlemail.com> wrote:
> Hello everybody,
>
> I have two rather large table with TEXT fields where I need to do a
> JOIN. All fields that are used in the JOIN and should be part of the
> result are covered in an index, but the JOIN still uses temporary
> tables and takes three hours (!) to complete.
>
> This is my schema:


<snip>

Try forcing the index use:
http://dev.mysql.com/doc/refman/5.0/en/index-hints.html


  Réponse avec citation
 
Page generated in 0,05795 seconds with 9 queries