Re: Hardware for PostgreSQL
От
Ow Mun Heng
Тема
Re: Hardware for PostgreSQL
Дата
Msg-id
1193903161.9148.27.camel@neuromancer.home.net
Ответ на
Re: Hardware for PostgreSQL (Magnus Hagander)
Список
Дерево обсуждения
Hardware for PostgreSQL Ketema <ketema@gmail.com>
Re: Hardware for PostgreSQL Robert Treat <xzilla@users.sourceforge.net>
Re: Hardware for PostgreSQL "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Hardware for PostgreSQL "Ericson Smith" <esconsult1@gmail.com>
Re: Hardware for PostgreSQL Arjen van der Meijden <acmmailing@tweakers.net>
Re: Hardware for PostgreSQL Magnus Hagander <magnus@hagander.net>
Re: Hardware for PostgreSQL Tomas Vondra <tv@fuzzy.cz>
Re: Hardware for PostgreSQL Ow Mun Heng <Ow.Mun.Heng@wdc.com>
Re: Hardware for PostgreSQL Magnus Hagander <magnus@hagander.net>
Re: Hardware for PostgreSQL Ow Mun Heng <Ow.Mun.Heng@wdc.com>
Re: Hardware for PostgreSQL Adam Tauno Williams <adamtaunowilliams@gmail.com>
Re: Hardware for PostgreSQL Magnus Hagander <magnus@hagander.net>
Re: Hardware for PostgreSQL Steve Crawford <scrawford@pinpointresearch.com>
Re: Hardware for PostgreSQL Ow Mun Heng <Ow.Mun.Heng@wdc.com>
Re: Hardware for PostgreSQL Magnus Hagander <magnus@hagander.net>
Re: Hardware for PostgreSQL Steve Crawford <scrawford@pinpointresearch.com>
Re: Hardware for PostgreSQL Jurgen Haan <jurgen@easyflex.nl>
On Thu, 2007-11-01 at 07:54 +0100, Magnus Hagander wrote: > Ow Mun Heng wrote: > > On Wed, 2007-10-31 at 22:58 +0100, Tomas Vondra wrote: > > > >> 2) separate the transaction log from the database > >> > >> It's mostly written, and it's the most valuable data you have. And in > >> case you use PITR, this is the only thing that really needs to be > >> backed up. > > > > My main DB datastore is in a raid1 array and the xlog is still > > maintained in a single OS drive. Is this considered OK? > > Is your OS not RAIDed? I'd keep everything RAIDed one way or another - > otherwise you are certain to get downtime if the disk fails. Nope it's not raided. It's a very low end "server" running on IDE, max 4 drives. 1x80G system and 3x500G Raid1+1 hot spare > > Also, if you don't have a *dedicated* disk for the xlog (putting it on > the OS disk doesn't make it dedicated), you miss out on most of the > performance advantage of doing it. The advantage is in that the writes > will be sequential so the disks don't have to seek, but if you have > other access on the same disk, that's not true anymore. As of right now, budget constraints is making me make do with that I've got/(and it's not a whole lot) > > You're likely better off (performance-wise) putting it on the same disk > as the database itself if that one has better RAID, for example. I'm thinking along the lines of since nothing much writes to the OS Disk, I should(keyword) be safe. Thanks for the food for thought. Now.. time to find some dough to throw around. :-)
В списке pgsql-performance по дате отправления