Re: more 10K disks or less 15K disks

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Anj Adu <fotographs(at)gmail(dot)com>
Cc: Greg Smith <greg(at)2ndquadrant(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: more 10K disks or less 15K disks
Date: 2010-04-29 19:25:06
Message-ID: z2gdcc563d11004291225g3e34196eu42379ae4356a1c1f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Apr 29, 2010 at 11:26 AM, Anj Adu <fotographs(at)gmail(dot)com> wrote:
> All the disks are usually laid out in a single RAID 10 stripe . There
> are no dedicated disks for the OS/WAL as storage is a premium

You should at least investigate the performance difference of having a
separate volume for WAL files on your system. Since WAL files are
mostly sequential, and db access is generally random, the WAL files
can run really quickly on a volume that does nothing else but handle
WAL writes sequentially. Given the volume you're handling, I would
expect that storage is not any more important than performance.

The fact that you're asking whether to go with 12 or 24 600G disks
shows that you're willing to give up a little storage for performance.
I would bet that the 24 10k disks with one pair dedicated for OS /
pg_xlog would be noticeably faster than any single large volume config
you'd care to test, especially for lots of active connections.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Anj Adu 2010-04-29 19:35:01 Re: more 10K disks or less 15K disks
Previous Message Jason Culverhouse 2010-04-29 17:55:08 Can I safely kill a VACUUM ANALYZE with pg_cancel_backend 8.3