Re: Data Warehousing Tuning - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Data Warehousing Tuning
Date
Msg-id 200507061740.12875.josh@agliodbs.com
Whole thread Raw
In response to Data Warehousing Tuning  ("Paul Johnson" <paul@oxton.com>)
List pgsql-performance
Paul,

> Has anyone experienced real performance gains by moving the pg_xlog
> files?

Yes.   Both for data load and on OLTP workloads, this increased write
performance by as much as 15%.   However, you need to configure the xlog
drive correctly, you can't just move it to a new disk.    Make sure the
other disk is dedicated exclusively to the xlog, set it forcedirectio, and
increase your checkpoint_segments to something like 128.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: "Frank Wosczyna"
Date:
Subject: Re: Data Warehousing Tuning
Next
From: Niccolo Rigacci
Date:
Subject: Re: CURSOR slowes down a WHERE clause 100 times?