Re: how to partition disks

From: Sven Geisler <sgeisler(at)aeccom(dot)com>
To: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
Cc: Pgsql-Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: how to partition disks
Date: 2006-06-14 14:32:23
Message-ID: 44901DF7.7010200@aeccom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message John E. Vincent 2006-06-14 14:47:01 Performance of pg_dump on PGSQL 8.0
Previous Message Shaun Thomas 2006-06-14 14:32:04 Re: Confirmation of bad query plan generated by 7.4