Re: Deploying PostgreSQL on CentOS with SSD and Hardware RAID

Поиск
Список
Период
Сортировка
От Steven Schlansker
Тема Re: Deploying PostgreSQL on CentOS with SSD and Hardware RAID
Дата
Msg-id 5B81CC94-0529-45AE-85AB-FF89F2F4AD70@likeness.com
обсуждение исходный текст
Ответ на Re: Deploying PostgreSQL on CentOS with SSD and Hardware RAID  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
On May 10, 2013, at 11:38 AM, Merlin Moncure <mmoncure@gmail.com> wrote:
>>
>> PostgreSQL configuration changes:
>> synchronous_commit = off
>>
>
> that's good info, but it should be noted that synchronous_commit
> trades a risk of some data loss (but not nearly as much risk as
> volatile storage) for a big increase in commit performance.

Yes, that is a choice we consciously made.  If our DB server crashes losing the last few ms worth of transactions is an
acceptableloss to us.  But that may not be OK for everyone :-) 




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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Deploying PostgreSQL on CentOS with SSD and Hardware RAID
Следующее
От: Steven Schlansker
Дата:
Сообщение: Re: Deploying PostgreSQL on CentOS with SSD and Hardware RAID