Re: Deploying PostgreSQL on CentOS with SSD and Hardware RAID

Поиск
Список
Период
Сортировка
От David Boreham
Тема Re: Deploying PostgreSQL on CentOS with SSD and Hardware RAID
Дата
Msg-id 519040A9.9090408@boreham.org
обсуждение исходный текст
Ответ на Re: Deploying PostgreSQL on CentOS with SSD and Hardware RAID  (Matt Brock <mb@mattbrock.co.uk>)
Ответы Re: Deploying PostgreSQL on CentOS with SSD and Hardware RAID  (Toby Corkindale <toby.corkindale@strategicdata.com.au>)
Список pgsql-general
btw we deploy on CentOS6. The only things we change from the default are:

1. add "relatime,discard" options to the mount (check whether the most
recent CentOS6 does this itself -- it didn't back when we first deployed
on 6.0).
2. Disable swap. This isn't strictly an SSD tweak, since we have enough
physical memory to not need to swap, but it is a useful measure for us
since the default install always creates a swap partition which a) uses
valuable space on the smaller-sized SSDs, and b) if there are ever
writes to the swap partition it would be bad for wear on the entire drive.

We also setup monitoring of the drives' smart wear counter to ensure
early warning of any drive coming close to wear out.
We do not use (and don't like) RAID with SSDs.






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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Deploying PostgreSQL on CentOS with SSD and Hardware RAID
Следующее
От: David Boreham
Дата:
Сообщение: Re: Deploying PostgreSQL on CentOS with SSD and Hardware RAID