Re: Postgresql Performance on an HP DL385 and - Mailing list pgsql-performance

From Jim C. Nasby
Subject Re: Postgresql Performance on an HP DL385 and
Date
Msg-id 20060814153841.GF27928@pervasive.com
Whole thread Raw
In response to Re: Postgresql Performance on an HP DL385 and  (Michael Stone <mstone+postgres@mathom.us>)
Responses Re: Postgresql Performance on an HP DL385 and
Re: Postgresql Performance on an HP DL385 and
List pgsql-performance
On Thu, Aug 10, 2006 at 07:09:38AM -0400, Michael Stone wrote:
> On Wed, Aug 09, 2006 at 08:29:13PM -0700, Steve Poe wrote:
> >I tried as you suggested and my performance dropped by 50%. I went from
> >a 32 TPS to 16. Oh well.
>
> If you put data & xlog on the same array, put them on seperate
> partitions, probably formatted differently (ext2 on xlog).

Got any data to back that up?

The problem with seperate partitions is that it means more head movement
for the drives. If it's all one partition the pg_xlog data will tend to
be interspersed with the heap data, meaning less need for head
repositioning.

Of course, if ext2 provided enough of a speed improvement over ext3 with
data=writeback then it's possible that this would be a win, though if
the controller is good enough to make putting pg_xlog on the same array
as $PGDATA a win, I suspect it would make up for most filesystem
performance issues associated with pg_xlog as well.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-performance by date:

Previous
From: Chris
Date:
Subject: Re: setting up foreign keys
Next
From: "Steve Poe"
Date:
Subject: Re: Postgresql Performance on an HP DL385 and