Re: Got that new server, now it's time for config!

Поиск
Список
Период
Сортировка
От Dan Harris
Тема Re: Got that new server, now it's time for config!
Дата
Msg-id 4BA7FA4F.9050400@drivefaster.net
обсуждение исходный текст
Ответ на Got that new server, now it's time for config!  ("Carlo Stonebanks" <stonec.register@sympatico.ca>)
Список pgsql-performance
On 3/22/10 4:36 PM, Carlo Stonebanks wrote:
> Here we go again!
>
> Can anyone see any obvious faults?
>
> Carlo
>
> maintenance_work_mem = 256MB
I'm not sure how large your individual tables are, but you might want to
bump this value up to get faster vacuums.
> max_fsm_relations = 1000
I think this will definitely need to be increased
> work_mem = 64MB
Most data warehousing loads I can think of will need more work_mem, but
this depends on how large of data sets you are planning to sort.


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

Предыдущее
От: "Eger, Patrick"
Дата:
Сообщение: Re: PostgreSQL upgraded to 8.2 but forcing index scan on query produces faster
Следующее
От: Craig James
Дата:
Сообщение: Re: Block at a time ...