Re: Linux Software RAID 1 Performance (was:Re: Re: Slower on Solaris)

Поиск
Список
Период
Сортировка
От Steve Wolfe
Тема Re: Linux Software RAID 1 Performance (was:Re: Re: Slower on Solaris)
Дата
Msg-id 005d01c10014$08fb08e0$50824e40@iboats.com
обсуждение исходный текст
Ответ на Re: Re: Red Hat to support PostgreSQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
> RAID 1 doesn't change the PostgreSQL performance on the regression tests
> significantly.  This machine, on multiple runs of 'time ./pg_regress
> --schedule=parallel_schedule' on the same UDMA66 drives without RAID 1
posted
> an average 'real' number of 44 seconds.  With RAID 1 (and the same
drives,
> controllers, OS, etc) posts an average of 42 seconds -- not
statistically
> significant.  Yes, $PGDATA was on a RAID device... :-).

  One of the reasons is that software RAID does depend on the CPU even
more than normal IDE - and when your database is being hit, the CPU is
generally getting utilized pretty decently.  My personal preference is to
use hardware RAID 5 for redundancy, ensure that there's plenty of RAM to
keep all database files in cache, and turn off fsync().   Even when our
database server is maxing out all four processors, the lights on the RAID
array only blink *occasionally*. : )

steve




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

Предыдущее
От: Alex Pilosov
Дата:
Сообщение: Re: Linux Software RAID 1 Performance (was:Re: Re: Slower on Solaris)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: unicode regular insensitive matching