Re: RAID0 vs RAID1 vs RAID?

Поиск
Список
Период
Сортировка
От Rodolfo Baselli
Тема Re: RAID0 vs RAID1 vs RAID?
Дата
Msg-id 42A46CB0.7000903@deagostini.it
обсуждение исходный текст
Ответ на RAID0 vs RAID1 vs RAID?  (Cris Carampa <cris119@operamail.com>)
Список pgsql-admin
Cris Carampa wrote:
> Is it possible that RAID0 is 6 times faster than RAID1? Since RAID0 has
> no fault tolerance, what is the RAID configuration that gives maximum
> performance and reliability? RAID10?

Short (same old) answer: it depends.
It's no surprise that RAID0 outperforms RAID1 expecially in the write
performance.
Fault tolerance is has its own overhead. A smart RAID controller takes
advantage in read operations in both cases, but it's definitely
different in write operations.
You have to check whether your db configuration or application dml
statements affect the performance tests (eg. they are the most frequent
operations).

Bye

--
Rodolfo Baselli
Wolters Kluver Italia Professionale
"I'm no supervising technician, I'm a technical supervisor." - Homer Simpson

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

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: checking if user is connected as a superuser?
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Can you help me