Re: Data Warehousing Tuning

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: paul(at)oxton(dot)com
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Data Warehousing Tuning
Date: 2005-07-07 00:40:12
Message-ID: 200507061740.12875.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Niccolo Rigacci 2005-07-07 07:41:47 Re: CURSOR slowes down a WHERE clause 100 times?
Previous Message Frank Wosczyna 2005-07-07 00:02:24 Re: Data Warehousing Tuning