Re: Raid Chunk Sizes for DSS type DB

Поиск
Список
Период
Сортировка
От Hannes Dorbath
Тема Re: Raid Chunk Sizes for DSS type DB
Дата
Msg-id 4726ED33.40004@theendofthetunnel.de
обсуждение исходный текст
Ответ на Re: Raid Chunk Sizes for DSS type DB  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
On 30.10.2007 03:11, Joshua D. Drake wrote:
> Ow Mun Heng <Ow.Mun.Heng@wdc.com> wrote:
>
>> It's not an optimal setup but since I only have 3x500G drives to play
>> with, I can't build a Raid10
>
> Uhhh RAID 1 is your best bet. You get fault tolerance (mirrored) plus
> you get a hot spare (3 drives).

This is not true with Linux MD RAID.

It might sound scary to most people, but you _can_ have a RAID 10 with
only 3 drives.

http://en.wikipedia.org/wiki/Non-standard_RAID_levels#Linux_MD_RAID_10

Another thing you want to do is to check if the MD device you created
supports barriers. I know MD RAID 1 does, MD RAID 5 does not, I don't
know about MD RAID 10.

If it does not, make sure you have an UPS.


--
Regards,
Hannes Dorbath

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Data cube in PostgreSQL
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Selecting K random rows - efficiently!