Re: What is the best way to storage music files in Postgresql

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: What is the best way to storage music files in Postgresql
Дата
Msg-id 47E047B0.3090100@postnewspapers.com.au
обсуждение исходный текст
Ответ на Re: What is the best way to storage music files in Postgresql  (david@lang.hm)
Ответы Re: What is the best way to storage music files in Postgresql  (david@lang.hm)
Список 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 по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: What is the best way to storage music files in Postgresql
Следующее
От: david@lang.hm
Дата:
Сообщение: Re: What is the best way to storage music files in Postgresql