Re: SSD + RAID

Поиск
Список
Период
Сортировка
От david@lang.hm
Тема Re: SSD + RAID
Дата
Msg-id alpine.DEB.2.00.1002231256470.5131@asgard.lang.hm
обсуждение исходный текст
Ответ на Re: SSD + RAID  (Aidan Van Dyk <aidan@highrise.ca>)
Ответы Re: SSD + RAID  (Mark Mielke <mark@mark.mielke.cc>)
Re: SSD + RAID  (Dave Crooke <dcrooke@gmail.com>)
Список pgsql-performance
On Tue, 23 Feb 2010, Aidan Van Dyk wrote:

> * david@lang.hm <david@lang.hm> [100223 15:05]:
>
>> However, one thing that you do not get protection against with software
>> raid is the potential for the writes to hit some drives but not others.
>> If this happens the software raid cannot know what the correct contents
>> of the raid stripe are, and so you could loose everything in that stripe
>> (including contents of other files that are not being modified that
>> happened to be in the wrong place on the array)
>
> That's for stripe-based raid.  Mirror sets like raid-1 should give you
> either the old data, or the new data, both acceptable responses since
> the fsync/barreir hasn't "completed".
>
> Or have I missed another subtle interaction?

one problem is that when the system comes back up and attempts to check
the raid array, it is not going to know which drive has valid data. I
don't know exactly what it does in that situation, but this type of error
in other conditions causes the system to take the array offline.

David Lang

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

Предыдущее
От: Aidan Van Dyk
Дата:
Сообщение: Re: SSD + RAID
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: moving pg_xlog -- yeah, it's worth it!