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)
Список
Дерево обсуждения
partition question for new server setup Whit Armstrong <armstrong.whit@gmail.com>
Re: partition question for new server setup Craig James <craig_james@emolecules.com>
Re: partition question for new server setup Scott Carey <scott@richrelevance.com>
Re: partition question for new server setup Whit Armstrong <armstrong.whit@gmail.com>
Re: partition question for new server setup Scott Carey <scott@richrelevance.com>
Re: partition question for new server setup Whit Armstrong <armstrong.whit@gmail.com>
Re: partition question for new server setup Scott Carey <scott@richrelevance.com>
Re: partition question for new server setup Whit Armstrong <armstrong.whit@gmail.com>
Re: partition question for new server setup Scott Marlowe <scott.marlowe@gmail.com>
Re: partition question for new server setup Scott Marlowe <scott.marlowe@gmail.com>
Re: partition question for new server setup Whit Armstrong <armstrong.whit@gmail.com>
Re: partition question for new server setup Alan Hodgson <ahodgson@simkin.ca>
Re: partition question for new server setup Scott Marlowe <scott.marlowe@gmail.com>
Re: partition question for new server setup Kenneth Marshall <ktm@rice.edu>
Re: partition question for new server setup Craig James <craig_james@emolecules.com>
Re: partition question for new server setup "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: partition question for new server setup Kenneth Marshall <ktm@rice.edu>
Re: partition question for new server setup Scott Marlowe <scott.marlowe@gmail.com>
Re: partition question for new server setup Whit Armstrong <armstrong.whit@gmail.com>
Re: partition question for new server setup "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: partition question for new server setup Whit Armstrong <armstrong.whit@gmail.com>
Re: partition question for new server setup Scott Marlowe <scott.marlowe@gmail.com>
Re: partition question for new server setup Scott Carey <scott@richrelevance.com>
Re: partition question for new server setup Whit Armstrong <armstrong.whit@gmail.com>
Re: partition question for new server setup Scott Carey <scott@richrelevance.com>
Re: partition question for new server setup Scott Marlowe <scott.marlowe@gmail.com>
On Tue, Apr 28, 2009 at 10:56 AM, Whit Armstrong 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 по дате отправления