Re: Samsung SSD 850 PRO 1T : any good for PostgreSQL?

Поиск
Список
Период
Сортировка
От Ryan Thompson
Тема Re: Samsung SSD 850 PRO 1T : any good for PostgreSQL?
Дата
Msg-id CABuV55Q6O2cw5S8bt=CtPZcfXHW5anmpKGHRCwAPKWnXgCDQFQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Samsung SSD 850 PRO 1T : any good for PostgreSQL?  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: Samsung SSD 850 PRO 1T : any good for PostgreSQL?
Re: Samsung SSD 850 PRO 1T : any good for PostgreSQL?
Список pgsql-admin
Personally, I'd steer clear of Samsung desktop SSDs for anything mission-critical. I've seen them get ripped apart by standard SATA controllers as well as LSI MegaRAID. My rule of thumb is Samsung is okay as long as we're using RAID 1. 

For data loss, pick up a RAID controller card with BBU or capacitor-based cache protection. That way, in the event of a total power failure, the data integrity is maintained and simply continues writing to disk once power is restored.

Best Regards,

On Fri, Mar 13, 2015 at 7:01 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
On Fri, Mar 13, 2015 at 7:55 AM, Achilleas Mantzios
<achill@matrix.gatewaynet.com> wrote:
> On 13/03/2015 15:47, Scott Marlowe wrote:
>>
>> On Fri, Mar 13, 2015 at 7:16 AM, Achilleas Mantzios
>> <achill@matrix.gatewaynet.com> wrote:
>>>
>>> On 13/03/2015 13:40, Joshua D. Drake wrote:
>>>>
>>>> On 03/13/2015 04:27 AM, Achilleas Mantzios wrote:
>>>>>
>>>>>
>>>>> Hello,
>>>>>
>>>>> we maintain a DB of nearly 500GB of data (and always getting larger),
>>>>> and we are currently thinking of moving to SSD.
>>>>> I have read Greg Smith's book on PostgreSQL 9.0 High Performance and
>>>>> his
>>>>> considerations on SSD and the way that write back works.
>>>>>
>>>>> This particular model (Samsung SSD 850 PRO 1T) does not employ any
>>>>> special circuitry, battery or capacitor
>>>>> to enforce that the data are really flushed to the medium.
>>>>>
>>>>> What is your take on this? Is it dangerous to have PgSQL on this disk
>>>>> especially in cases of power outages? (we have full UPS support,
>>>>> however
>>>>> nothing can be overlooked, anything can happen)
>>>>
>>>>
>>>> If it does not have power loss protection, don't use it.
>>>
>>>
>>> Thanx Joshua.
>>>
>>> If theoretically somehow we eliminate the power loss factor, would it
>>> make
>>> sense to use such a disk?
>>
>> Sadly there's no way to eliminate power loss in real life.
>>
>> Now if you can live with some data loss corruption that's a different
>> matter.
>
>
> Thanx,
> the question is if postgresql will recover, we can tolerate some data loss,
> but no total db corruption, equivalent to fsync=false, with the db unable to
> recover.
>

Sadly that is the exact thing that is likely to happen.

P.s. I worked in a BIG data center that lost all power. Three power
conditioners, three USPs and the switch for the diesel gen all blew
out at once. Lots of dbs that relied on never losing power were
corrupted and took days to recover most of their data and get back
online.


--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

В списке pgsql-admin по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Samsung SSD 850 PRO 1T : any good for PostgreSQL?
Следующее
От: Kieren Scott
Дата:
Сообщение: Clean deinstallation of repmgr