Re: What is the best way to storage music files in Postgresql - Mailing list pgsql-performance

From Craig Ringer
Subject Re: What is the best way to storage music files in Postgresql
Date
Msg-id 47E047B0.3090100@postnewspapers.com.au
Whole thread Raw
In response to Re: What is the best way to storage music files in Postgresql  (david@lang.hm)
Responses Re: What is the best way to storage music files in Postgresql  (david@lang.hm)
List pgsql-performance
david@lang.hm wrote:
> you can? I've never seen a raid 5 setup with more then a single parity
> dirve (or even the option of having more then one drives worth of
> redundancy). you can have hot-spare drives, but thats a different thing.
>
With RAID 4, where the "parity drives"  are in fact dedicated to parity
information, the controller could just store the parity data mirrored on
more than one drive. Unfortunately write performance on RAID 4 is
absolutely horrible, and a second or third parity disk would not help
with that.

I suppose there's nothing stopping a controller adding a second disk's
worth of duplicate parity information when striping a four or more disk
RAID 5 array, but I thought that's basically what RAID 6 was.

--
Craig Ringer

pgsql-performance by date:

Previous
From: Craig Ringer
Date:
Subject: Re: What is the best way to storage music files in Postgresql
Next
From: david@lang.hm
Date:
Subject: Re: What is the best way to storage music files in Postgresql