Re: SSD Drives

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: SSD Drives
Date: 2014-04-04 19:18:17
Message-ID: 533F0579.60800@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/4/2014 12:08 PM, Scott Marlowe wrote:
> You don't technically need the BBU / flashback memory IF the
> controller is in write through.

if you HAVE the BBU/flash why would you put the controller in write
through?? the whole POINT of bbu/flashback is that you can safely
enable writeback caching.

my testing with postgresql OLTP benchmarks on Linux, I've found
virtually identical performance using mdraid vs hardware raid in the
same caching mode. its the writeback cache that gives raid cards like
the LSI Megaraid SAS2 series, or HP P420, or whatever, their big
advantage vs a straight JBOD configuration.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Rees 2014-04-04 19:24:55 Re: SSD Drives
Previous Message Scott Marlowe 2014-04-04 19:08:56 Re: SSD Drives