Re: maintenance_work_mem + create index

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: maintenance_work_mem + create index
Дата
Msg-id 20110324141303.GE4116@tamriel.snowman.net
обсуждение исходный текст
Ответ на maintenance_work_mem + create index  (Uwe Bartels <uwe.bartels@gmail.com>)
Ответы Re: maintenance_work_mem + create index  (Uwe Bartels <uwe.bartels@gmail.com>)
Список pgsql-performance
Uwe,

* Uwe Bartels (uwe.bartels@gmail.com) wrote:
> So I checked this again and raised afterwards maintenance_work_mem step by
> step up 64GB.
> I logged in via psql, run the following statements
> set maintenance_work_mem = '64GB';

I believe maintenance_work_mem suffers from the same problem that
work_mem has, specifically that PG still won't allocate more than
1GB of memory for any single operation.

    Thanks,

        Stephen

Вложения

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

Предыдущее
От: Uwe Bartels
Дата:
Сообщение: maintenance_work_mem + create index
Следующее
От: Uwe Bartels
Дата:
Сообщение: Re: maintenance_work_mem + create index