Re: Hardware advice for scalable warehouse db

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: chris <chricki(at)gmx(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Hardware advice for scalable warehouse db
Date: 2011-07-15 17:59:56
Message-ID: CAOR=d=2W6YbY3uZJwJgCvGk9tONsKLenCsAebQazv-bNWA3QEw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, Jul 15, 2011 at 12:34 AM, chris <chricki(at)gmx(dot)net> wrote:
> I was thinking to put the WAL and the indexes on the local disks, and
> the rest on the SAN. If funds allow, we might downgrade the disks to
> SATA and add a 50 GB SATA SSD for the WAL (SAS/SATA mixup not possible).

Just to add to the conversation, there's no real advantage to putting
WAL on SSD. Indexes can benefit from them, but WAL is mosty
seqwuential throughput and for that a pair of SATA 1TB drives at
7200RPM work just fine for most folks. For example, in one big server
we're running we have 24 drives in a RAID-10 for the /data/base dir
with 4 drives in a RAID-10 for pg_xlog, and those 4 drives tend to
have the same io util % under iostat as the 24 drives under normal
usage. It takes a special kind of load (lots of inserts happening in
large transactions quickly) for the 4 drive RAID-10 to have more than
50% util ever.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2011-07-15 18:01:12 Re: Hardware advice for scalable warehouse db
Previous Message Tom Lane 2011-07-15 17:58:49 Re: Unexpected seq scans when expected result is 1 row out of milions