Re: temporary tables, indexes, and query plans

Поиск
Список
Период
Сортировка
От Jon Nelson
Тема Re: temporary tables, indexes, and query plans
Дата
Msg-id AANLkTimLX___=XXUMc86tjaxu7ketDpYr2Yd=YJFw0B6@mail.gmail.com
обсуждение исходный текст
Ответ на Re: temporary tables, indexes, and query plans  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
Ответы Re: temporary tables, indexes, and query plans  (Jon Nelson <jnelson+pgsql@jamponi.net>)
Список 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 по дате отправления:

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: Re: Postgres insert performance and storage requirement compared to Oracle
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Postgres insert performance and storage requirement compared to Oracle