Re: Performances issues with SSD volume ? - Mailing list pgsql-admin

From Glyn Astill
Subject Re: Performances issues with SSD volume ?
Date
Msg-id 1212468613.715083.1432306303827.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to Re: Performances issues with SSD volume ?  ("Graeme B. Bell" <grb@skogoglandskap.no>)
List pgsql-admin
----- Original Message -----

> From: Graeme B. Bell <grb@skogoglandskap.no>
> To: "pgsql-admin@postgresql.org" <pgsql-admin@postgresql.org>
> Cc: "tsimon@neteven.com" <tsimon@neteven.com>
> Sent: Friday, 22 May 2015, 13:27
> Subject: Re: [ADMIN] Performances issues with SSD volume ?
>
>>  No, I had read some megacli related docs about SSD, and the advice was
>>  to put writethrough on disks. (see
>>  http://wiki.mikejung.biz/LSI#Configure_LSI_Card_for_SSD_RAID), last
> section.
>>  Disks are already in "No Write Cache if Bad BBU" mode. (wrote on
>>  splitted line on my extract)
>
>
> ====
>
> The advice in that link is for maximum performance e.g. for fileservers where
> people are dumping documents, temporary working space, and so on.
>
> It is not advice for maximum performance of DB systems which have unique demands
> in terms of persistence of data writes.
>
> For postgres, if you use WT with SSDs that are not tested as having
> data-in-flight protection via capacitors, YOU WILL GET A CORRUPTED DB WITH
> WRITETHROUGH (the first time the power is cut). It is quite likely you will not
> be able to recover that DB, except from backups. Potentially, the consequences
> of corrupted data could affect your slave depending on which version of postgres
> you're using.
If the cache on the SSD isn't safe then nothing you do elsewhere will protect the data.  The only thing you could try
isto disable the cache on the SSD itself, which would have severe performance and longevity penalties as each write
wouldhave to hit a full erase block. 

Regardless; in this conversation there's no need for your doom as Thomas has said he's using intel s3500's, which have
supercaps,and from personal experience they are safe; it's news to me if they're not. 


pgsql-admin by date:

Previous
From: Ravi Krishna
Date:
Subject: Re: Postgres Synchronous replication
Next
From: Thomas SIMON
Date:
Subject: Re: Performances issues with SSD volume ?