Re: raid setup for db

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: raid setup for db
Дата
Msg-id dcc563d10905130128s4cd781efn674a210d1d8851ff@mail.gmail.com
обсуждение исходный текст
Ответ на raid setup for db  (Thomas Finneid <tfinneid@fcon.no>)
Список pgsql-performance
On Wed, May 13, 2009 at 1:51 AM, Thomas Finneid <tfinneid@fcon.no> wrote:
> Hi
>
> I am wondering what stripe size, on a raid 0, is the most suitable for
> postgres 8.2?
>
> I read a performance tutorial by Bruce Momjian and it suggest setting the
> stripe size to the same block size (as pg uses?)
> ( http://momjian.us/main/writings/pgsql/hw_performance/index.html )
> But I want to check whether I have understood this correctly.
>
> Are there any other hot confguration tips I should consider or does anybody
> have any suggestions for other raid configuration articles?

8k is a pretty small stripe size.  If you do anything that needs seq
scans, a larger stripe size generally helps.  It's probably more
important to align the file system's block size to the underlying RAID
than to worry about the pg block size too much.  Common values that
have been posted here running fast for both random and sequential
access have been in the 32k to 256k range with some outliers on the
high end doing well.

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

Предыдущее
От: Thomas Finneid
Дата:
Сообщение: Re: increase index performance
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: AMD Shanghai versus Intel Nehalem