Re: High cost of ... where ... not in (select ...)

Поиск
Список
Период
Сортировка
От Aaron Turner
Тема Re: High cost of ... where ... not in (select ...)
Дата
Msg-id 1ca1c1410906161639h62c97ddap58279ffe0a29e8a8@mail.gmail.com
обсуждение исходный текст
Ответ на Re: High cost of ... where ... not in (select ...)  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: High cost of ... where ... not in (select ...)  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-performance
On Tue, Jun 16, 2009 at 2:37 PM, Alvaro
Herrera<alvherre@commandprompt.com> wrote:
> Aaron Turner escribió:
>> I'm trying to figure out how to optimize this query (yes, I ran vacuum/analyze):
>>
>> musecurity=# explain DELETE FROM muapp.pcap_store WHERE pcap_storeid
>> NOT IN (SELECT pcap_storeid FROM muapp.pcap_store_log);
>
> What PG version is this?

Doh, just realized I didn't reply back to list.   It's version 8.3.3.

Also, pcap_storeid is unique in pcap_store_log


--
Aaron Turner
http://synfin.net/
http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
    -- Benjamin Franklin

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: High cost of ... where ... not in (select ...)
Следующее
От: Robert Haas
Дата:
Сообщение: Re: High cost of ... where ... not in (select ...)