Re: Slow DELETE with IN clausule

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Slow DELETE with IN clausule
Дата
Msg-id 200211191436.19287.richardh@archonet.com
обсуждение исходный текст
Ответ на Slow DELETE with IN clausule  (Jirka Novak <j.novak@netsystem.cz>)
Список pgsql-performance
On Tuesday 19 Nov 2002 2:26 pm, Jirka Novak wrote:
> Hello,
>
>    does have IN operator in WHERE clausule any "undocumented" slowdown?

Yes, but I thought it was documented somewhere. It's certainly been discussed
on the lists. Search the archives for IN/EXISTS. If you can rewrite your
query with an EXISTS clause you should see a big improvement.

http://archives.postgresql.org

--
  Richard Huxton
  Archonet Ltd

В списке pgsql-performance по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Slow DELETE with IN clausule
Следующее
От: Nikk Anderson
Дата:
Сообщение: Re: selects from large tables