Re: High cost of ... where ... not in (select ...) - Mailing list pgsql-performance

From Aaron Turner
Subject Re: High cost of ... where ... not in (select ...)
Date
Msg-id 1ca1c1410906161639h62c97ddap58279ffe0a29e8a8@mail.gmail.com
Whole thread Raw
In response to Re: High cost of ... where ... not in (select ...)  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: High cost of ... where ... not in (select ...)  (Robert Haas <robertmhaas@gmail.com>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: High cost of ... where ... not in (select ...)
Next
From: Robert Haas
Date:
Subject: Re: High cost of ... where ... not in (select ...)