Re: temporary tables, indexes, and query plans - Mailing list pgsql-performance

From Jon Nelson
Subject Re: temporary tables, indexes, and query plans
Date
Msg-id AANLkTimLX___=XXUMc86tjaxu7ketDpYr2Yd=YJFw0B6@mail.gmail.com
Whole thread Raw
In response to Re: temporary tables, indexes, and query plans  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
Responses Re: temporary tables, indexes, and query plans  (Jon Nelson <jnelson+pgsql@jamponi.net>)
List pgsql-performance
On Wed, Oct 27, 2010 at 12:44 PM, Mladen Gogala
<mladen.gogala@vmsinfo.com> wrote:
> On 10/27/2010 1:29 PM, Jon Nelson wrote:
> How big is your default statistics target? The default is rather small, it
> doesn't produce very good or usable histograms.

Currently, default_statistics_target is 50.

I note that if I create a indexes earlier in the process (before the
copy) then they are used.
I'm not trying creating them after the first UPDATE (which updates
2.8million of the 10million rows).
The subsequent UPDATE statements update very few (3-4 thousand for 2
of them, less than a few dozen for the others) and the ones that use
the index only update *1* row.

I'll also try setting a higher default_statistics_target and let you know!

--
Jon

pgsql-performance by date:

Previous
From: Mladen Gogala
Date:
Subject: Re: Postgres insert performance and storage requirement compared to Oracle
Next
From: Merlin Moncure
Date:
Subject: Re: Postgres insert performance and storage requirement compared to Oracle