Re: how to partition disks - Mailing list pgsql-performance

From Sven Geisler
Subject Re: how to partition disks
Date
Msg-id 44901DF7.7010200@aeccom.com
Whole thread Raw
In response to Re: how to partition disks  (Richard Broersma Jr <rabroersma@yahoo.com>)
Responses Re: how to partition disks  ("Jim C. Nasby" <jnasby@pervasive.com>)
Re: how to partition disks  (Michael Stone <mstone+postgres@mathom.us>)
List pgsql-performance
Hi Richard,

Richard Broersma Jr schrieb:
>> This depends on your application. Do you have a lot of disc reads?
>> Anyhow, I would put the xlog always to a RAID 10 volume because most of
>> the I/O for update and inserts is going to the xlog.
>>
>> 4 discs xlog
>> 6 discs tables
>> 4 discs tables2
>
> I have a question in regards to I/O bandwidths of various raid configuration.  Primary, does the
> above suggested raid partitions imply that multiple (smaller) disk arrays have a potential for
> more I/O bandwidth than a larger raid 10 array?

Yes.
Because the disc arms didn't need to reposition that much as there would
o with one large volume.

For example, You run two queries with two clients and each queries needs
to read some indices from disk. In this case it more efficient to read
from different volumes than to read from one large volume where the disc
arms has to jump.

Sven.

pgsql-performance by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: how to partition disks
Next
From: "Shaun Thomas"
Date:
Subject: Re: Confirmation of bad query plan generated by 7.4