Re: problem with large inserts

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: problem with large inserts
Дата
Msg-id 20121217145142.14720@gmx.com
обсуждение исходный текст
Ответ на problem with large inserts  (Lutz Fischer <lfischer@staffmail.ed.ac.uk>)
Список pgsql-general
Chris Angelico wrote:

>> I never heard of a raidle. What is that?

> Google showed up this:
>
> http://www.techrepublic.com/article/non-standard-raid-levels-primer-raid-1e/6181460
>
> Seems it's "raid 10 for odd numbers of disks".

Ah, thanks! I missed it when I searched because I mis-scanned it
as raidle instead of raid1e.

RAID 1E would be less likely to be misinterpreted.

So, it should have write performance somewhere between a pair of
drives in RAID 1 and four drives in RAID 10, assuming the
controller hadles it well. I'm still curious to see raw I/O numbers
for random and sequential scan against the array.

-Kevin


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

Предыдущее
От: Chris Angelico
Дата:
Сообщение: Re: problem with large inserts
Следующее
От: aasat
Дата:
Сообщение: Re: How to remove n-first elements from array?