Re: Suggestions for a HBA controller (6 x SSDs + madam RAID10)

From: "Wes Vaske (wvaske)" <wvaske(at)micron(dot)com>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Pietro Pugni <pietro(dot)pugni(at)gmail(dot)com>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Suggestions for a HBA controller (6 x SSDs + madam RAID10)
Date: 2017-02-21 21:50:23
Message-ID: 8517c06a97b747409c756d8188a3d1ee@bowex17a.micron.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> I'm curious what the entry point is for micron models are capacitor enabled...

The 5100 is the entry SATA drive with full power loss protection.
http://www.anandtech.com/show/10886/micron-announces-5100-series-enterprise-sata-ssds-with-3d-tlc-nand

Fun Fact: 3D TLC can give better endurance than planar MLC. http://www.chipworks.com/about-chipworks/overview/blog/intelmicron-detail-their-3d-nand-iedm

My understanding (and I’m not a process or electrical engineer) is that the 3D cell size is significantly larger than what was being used for planar (Samsung’s 3D is reportedly a ~40nm class device vs our most recent planar which is 16nm). This results in many more electrons per cell which provides better endurance.

Wes Vaske

From: pgsql-performance-owner(at)postgresql(dot)org [mailto:pgsql-performance-owner(at)postgresql(dot)org] On Behalf Of Merlin Moncure
Sent: Tuesday, February 21, 2017 2:02 PM
To: Wes Vaske (wvaske) <wvaske(at)micron(dot)com>
Cc: Pietro Pugni <pietro(dot)pugni(at)gmail(dot)com>; pgsql-performance(at)postgresql(dot)org
Subject: Re: [PERFORM] Suggestions for a HBA controller (6 x SSDs + madam RAID10)

On Tue, Feb 21, 2017 at 1:40 PM, Wes Vaske (wvaske) <wvaske(at)micron(dot)com<mailto:wvaske(at)micron(dot)com>> wrote:
- HW RAID can give better performance if your drives do not have a capacitor backed cache (like the MX300) AND the controller has a battery backed cache. *Consumer drives can often get better performance from HW RAID*. (otherwise MDADM has been faster in all of my testing)

I stopped recommending non-capacitor drives a long time ago for databases. A capacitor is basically a battery that operates on the drive itself and is not subject to chemical failure. Also, drives without capacitors tend not (in my direct experience) to be suitable for database use in any scenario where write performance matters. There are capacitor equipped drives that give excellent performance for around .60$/gb. I'm curious what the entry point is for micron models are capacitor enabled...

MLC solid state drives are essentially raid systems already with very complex tradeoffs engineered into the controller itself -- hw raid controllers are redundant systems and their price and added latency to filesystem calls is not warranted. I guess in theory a SSD specialized raid controller could cooperate with the drives and do things like manage wear leveling across multiple devices but AFAIK no such product exists (note: I haven't looked lately).

merlin

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Pietro Pugni 2017-02-21 23:18:36 Re: Suggestions for a HBA controller (6 x SSDs + madam RAID10)
Previous Message Scott Marlowe 2017-02-21 20:09:12 Re: Suggestions for a HBA controller (6 x SSDs + madam RAID10)