Re: WAL+Os on a single disk

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: WAL+Os on a single disk
Дата
Msg-id AANLkTim3wDAdL7aICFR-G_omPWjf1ROCx7gvkDldgLS8@mail.gmail.com
обсуждение исходный текст
Ответ на WAL+Os on a single disk  (Anj Adu <fotographs@gmail.com>)
Ответы Re: WAL+Os on a single disk
Список pgsql-performance
On Wed, Jun 23, 2010 at 3:01 PM, Anj Adu <fotographs@gmail.com> wrote:
> I have a situation where we are limited by the chassis on the box (and cost).
>
> We have a 12 x 600G hot swappable disk system (raid 10)
> and 2 internal disk  ( 2x 146G)
>
> We would like to maximize storage on the large disks .
>
> Does it make sense to put the WAL and OS on the internal disks and use
> the 12 large disks only for data or should we put the WAL along with
> data and leave the OS on the internal disks.
>
> On our current systems..everything is on a single RAID 10 volume (and
> performance is good)
>
> We are just considering options now that we have the 2 extra disks to spare.

I have 16 disks in a server, 2 hot spares, 2 for OS and WAL and 12 for
RAID-10.  The RAID-10 array hits 100% utilization long before the 2 in
a RAID-1 for OS and WAL do.  And we log all modifying SQL statements
onto the same disk set.  So for us, the WAL and OS and logging on the
same data set works well.

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

Предыдущее
От: Anj Adu
Дата:
Сообщение: WAL+Os on a single disk
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL as a local in-memory cache