|
|||||||||||
|
Re: [GENERAL] "not in" clause too slow?
From: Ottavio Campana <ottavio(at)campana.vi.it>
Date: Tue Sep 25 2007 - 04:47:16 EDT
>> 2) how can I speed it up? by using indexes? or by changing the query? > > Do you have indices on mytable.id and copy_mytable.id? > Does using NOT EXISTS get you any better results? Eventually I had to select not all the table fields but only the primary key and successively loop on the table again. Thus I've been able to exploit the indexes.
This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 11:50:47 EDT |
||||||||||
|
|||||||||||