Re: Hardware advice for scalable warehouse db - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Hardware advice for scalable warehouse db
Date
Msg-id 4E208AF8.1070805@agliodbs.com
Whole thread Raw
In response to Re: Hardware advice for scalable warehouse db  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-performance
> 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.

Actually, there's a strong disadvantage to putting WAL on SSD.  SSD is
very prone to fragmentation if you're doing a lot of deleting and
replacing files.  I've implemented data warehouses where the database
was on SSD but WAL was still on HDD.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

pgsql-performance by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Hardware advice for scalable warehouse db
Next
From: "chris r."
Date:
Subject: Re: Hardware advice for scalable warehouse db