Re: RAID stripe size question - Mailing list pgsql-performance

From Steinar H. Gunderson
Subject Re: RAID stripe size question
Date
Msg-id 20060716231005.GA4746@uio.no
Whole thread Raw
In response to RAID stripe size question  ("Mikael Carneholm" <Mikael.Carneholm@WirelessCar.com>)
List pgsql-performance
On Mon, Jul 17, 2006 at 12:52:17AM +0200, Mikael Carneholm wrote:
> Now to the interesting part: would it make sense to use different stripe
> sizes on the separate disk arrays? In theory, a smaller stripe size
> (8-32K) should increase sequential write throughput at the cost of
> decreased positioning performance, which sounds good for WAL (assuming
> WAL is never "searched" during normal operation).

For large writes (ie. sequential write throughput), it doesn't really matter
what the stripe size is; all the disks will have to both seek and write
anyhow.

/* Steinar */
--
Homepage: http://www.sesse.net/

pgsql-performance by date:

Previous
From: "Mikael Carneholm"
Date:
Subject: RAID stripe size question
Next
From: Michael Stone
Date:
Subject: Re: RAID stripe size question