Re: SSDs with Postgresql?

From: Greg Smith <greg(at)2ndQuadrant(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: SSDs with Postgresql?
Date: 2011-04-30 04:59:46
Message-ID: 4DBB9742.6070508@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/29/2011 06:42 AM, Scott Marlowe wrote:
> I think you misunderstood. He's not storing 480GB on the drives,
> that's how much WAL is moving across it. It could easily be a single
> 80GB SSD drive or something like that.
>

Right; that's why you don't necessarily get saved by the fact that
larger databases must go onto more flash cells, too. Sometimes, yes,
but not always. The WAL is really close to a worst-case for flash:
lots of redundant information that's constantly overwritten. It's the
last thing you want to consider putting onto SSD. There's a good reason
why so many of the "enterprise" SSDs try to distinguish themselves with
redundancy and wear leveling advancements; it's so this sort of workload
doesn't kill them.

Combine that workload possibility with the limitations of MLC flash, and
you can see why the lifetimes actually are a serious concern in some
situations. Not all of them, of course, but this is why I recommend
things like directly measuring your WAL volume.

--
Greg Smith 2ndQuadrant US greg(at)2ndQuadrant(dot)com Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.us
"PostgreSQL 9.0 High Performance": http://www.2ndQuadrant.com/books

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2011-04-30 05:01:44 Re: Looking for Silicon Valley/Peninsula/San Francisco users group
Previous Message Martin Gainty 2011-04-29 22:23:45 Re: Looking for Silicon Valley/Peninsula/San Francisco users group