Re: partition question for new server setup

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: partition question for new server setup
Дата
Msg-id dcc563d10904281037x46fa6c0axa53cef1a6abdf6f0@mail.gmail.com
обсуждение исходный текст
Ответ на partition question for new server setup  (Whit Armstrong <armstrong.whit@gmail.com>)
Ответы Re: partition question for new server setup  (Whit Armstrong <armstrong.whit@gmail.com>)
Список pgsql-performance
On Tue, Apr 28, 2009 at 10:56 AM, Whit Armstrong
<armstrong.whit@gmail.com> wrote:
> I have the opportunity to set up a new postgres server for our
> production database.  I've read several times in various postgres
> lists about the importance of separating logs from the actual database
> data to avoid disk contention.
>
> Can someone suggest a typical partitioning scheme for a postgres server?

At work I have 16 SAS disks.  They are setup with 12 in a RAID-10, 2
in a RAID-1 and 2 hot spares.

The OS, /var/log, and postgres base go in the RAID-1.  I then create a
new data directory on the RAID-10, shut down pgsql, copy the base
directory over to the RAID-10 and replace the base dir in the pg data
directory with a link to the RAID-10's base directory and restart
postgres.  So, my pg_xlog and all OS and logging stuff goes on the
RAID-10 and the main store for the db goes on the RAID-10.

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

Предыдущее
От: Whit Armstrong
Дата:
Сообщение: partition question for new server setup
Следующее
От: Whit Armstrong
Дата:
Сообщение: Re: partition question for new server setup