Re: Advice configuring ServeRAID 8k for performance

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Advice configuring ServeRAID 8k for performance
Дата
Msg-id 4C69796D.9000408@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Advice configuring ServeRAID 8k for performance  (Scott Carey <scott@richrelevance.com>)
Ответы Re: Advice configuring ServeRAID 8k for performance  (Andres Freund <andres@anarazel.de>)
Список pgsql-performance
Scott Carey wrote:
> This is because an fsync on ext3 flushes _all dirty pages in the file system_ to disk, not just those for the file
beingfsync'd. 
> One partition for WAL, one for data.  If using ext3 this is essentially a performance requirement no matter how your
arrayis set up underneath.  
>

Unless you want the opposite of course.  Some systems split out the WAL
onto a second disk, only to discover checkpoint I/O spikes become a
problem all of the sudden after that.  The fsync calls for the WAL
writes keep the write cache for the data writes from ever getting too
big.  This slows things down on average, but makes the worst case less
stressful.  Free lunches are so hard to find nowadays...

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


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

Предыдущее
От: Scott Carey
Дата:
Сообщение: Re: Advice configuring ServeRAID 8k for performance
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Advice configuring ServeRAID 8k for performance