Re: Making the most of memory?

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Guy Rouillier" <guyr-ml1(at)burntmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Making the most of memory?
Date: 2008-01-24 14:01:17
Message-ID: b42b73150801240601l55243f92q12add57a4778e7bc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Jan 23, 2008 2:57 PM, Guy Rouillier <guyr-ml1(at)burntmail(dot)com> wrote:
> Unless somebody has changes some physics recently, I'm not understanding
> the recent discussions of SSD in the general press. Flash has a limited
> number of writes before it becomes unreliable. On good quality consumer
> grade, that's about 300,000 writes, while on industrial grade it's about
> 10 times that. That's fine for mp3 players and cameras; even

wrong. at 1 million writes (which better flash drives can do) wear
leveling, this can be disproved with a simple back of napkin
calculation...

the major problem with flash drives in the server space is actually
random write performance...if random write performed as well as random
read for flash ssd, you would be able to replace a stack of 15k sas
drives with a single flash ssd in terms of iops.

merlin

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Matthew 2008-01-24 14:15:19 Re: Making the most of memory?
Previous Message Heikki Linnakangas 2008-01-24 09:19:58 Re: Making the most of memory?