Re: Got that new server, now it's time for config! - Mailing list pgsql-performance

From Dan Harris
Subject Re: Got that new server, now it's time for config!
Date
Msg-id 4BA7FA4F.9050400@drivefaster.net
Whole thread Raw
In response to Got that new server, now it's time for config!  ("Carlo Stonebanks" <stonec.register@sympatico.ca>)
List 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 by date:

Previous
From: "Eger, Patrick"
Date:
Subject: Re: PostgreSQL upgraded to 8.2 but forcing index scan on query produces faster
Next
From: Craig James
Date:
Subject: Re: Block at a time ...