Re: How to improve db performance with $7K?

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: How to improve db performance with $7K?
Дата
Msg-id 873btokkoh.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: How to improve db performance with $7K?  (Jacques Caron <jc@directinfos.com>)
Список pgsql-performance
Jacques Caron <jc@directinfos.com> writes:

> When writing:
> - in RAID 0, 1 drive
> - in RAID 1, RAID 0+1 or 1+0, 2 drives
> - in RAID 5, you need to read on all drives and write on 2.

Actually RAID 5 only really needs to read from two drives. The existing parity
block and the block you're replacing. It just xors the old block, the new
block, and the existing parity block to generate the new parity block.

--
greg

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

Предыдущее
От: Alex Turner
Дата:
Сообщение: Re: How to improve db performance with $7K?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: How to improve db performance with $7K?