Re: Summaries on SSD usage?

From: Shaun Thomas <sthomas(at)peak6(dot)com>
To: Jesper Krogh <jesper(at)krogh(dot)cc>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Summaries on SSD usage?
Date: 2011-09-02 14:30:07
Message-ID: 4E60E86F.2070901@peak6.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 09/01/2011 11:14 PM, Jesper Krogh wrote:

> It is "really expensive" to go over 512GB memory and the performance
> regression for just hitting disk in a system where you assume
> everything is in memory is really huge. SSD makes the "edge" be a bit
> smoother than rotating drives do.

Ironically, this is actually the topic of my presentation at Postgres
Open. We transitioned to NVRAM PCI cards for exactly this reason. Having
a giant database in cache is great, until a few reads come from your
slow backing disks, or heaven-forbid, you have to restart your database
during a high transactional period.

Lemme tell ya... no RAID-10 in the world can supply 12k TPS with little
to no warning. A good set of SSDs or PCI cards can.

--
Shaun Thomas
OptionsHouse | 141 W. Jackson Blvd. | Suite 800 | Chicago IL, 60604
312-676-8870
sthomas(at)peak6(dot)com

______________________________________________

See http://www.peak6.com/email_disclaimer.php
for terms and conditions related to this email

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Stefan Keller 2011-09-02 22:04:30 Re: Summaries on SSD usage?
Previous Message Scott Marlowe 2011-09-02 06:42:29 Re: Re: How to track number of connections and hosts to Postgres cluster