Re: 2 questions re RAID

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: 2 questions re RAID
Дата
Msg-id BANLkTi=QE_PPB8y6msnUU3EzBXFuyk63aw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: 2 questions re RAID  (Scott Ribe <scott_ribe@elevated-dev.com>)
Список pgsql-general
On Fri, Jun 17, 2011 at 11:35 AM, Scott Ribe
<scott_ribe@elevated-dev.com> wrote:
> It's small enough that there's some other things going on at the same small server with 4 disk bays ;-) My thinking
wasthat write-back cache might mitigate the poor write performance enough to not be noticed. This db doesn't generally
getbig batch updates anyway, it's mostly a constant stream of small updates coming in and I have a hard time imagining
256MBof cache filling up very often. (I have at least a fuzzy understanding of how WAL segments affect the write load.) 

We run our internal dev server on RAID-6 and it works well enough.
Again, like your usage case, it doesn't get beat up too hard, so
RAID-6 works fine.  I prefer RAID-6 because it doesn't degrade as bad
as RAID-5 when a single drive fails, and of course it's still fully
redundant with a single drive failure.

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

Предыдущее
От: Scott Ribe
Дата:
Сообщение: Re: 2 questions re RAID
Следующее
От: bubba postgres
Дата:
Сообщение: Are check constraints always evaluated on UPDATE?