Re: Very slow updates when using IN syntax subselect - Mailing list pgsql-sql

From Tom Lane
Subject Re: Very slow updates when using IN syntax subselect
Date
Msg-id 7972.1139672862@sss.pgh.pa.us
Whole thread Raw
In response to Re: Very slow updates when using IN syntax subselect  (Bryce Nesbitt <bryce1@obviously.com>)
Responses Re: Very slow updates when using IN syntax subselect  (Bryce Nesbitt <bryce1@obviously.com>)
List pgsql-sql
Bryce Nesbitt <bryce1@obviously.com> writes:
> Tom Lane wrote:
>> What does EXPLAIN show for this and for the base query?      
>    ->  Seq Scan on event  (cost=0.00..0.00 rows=1 width=408)
>          Filter: (reconciled = false)

> select count(*) from event;
> -----------
>  116226

It seems pretty clear that you've never vacuumed nor analyzed these
tables ... else the planner would have some clue about their sizes.
Do that and then see what you get.
        regards, tom lane


pgsql-sql by date:

Previous
From: Bryce Nesbitt
Date:
Subject: Re: Very slow updates when using IN syntax subselect
Next
From: Bryce Nesbitt
Date:
Subject: Re: Very slow updates when using IN syntax subselect