Re: Raising the checkpoint_timeout limit

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Raising the checkpoint_timeout limit
Дата
Msg-id 20160204120610.du6ffibdf4twlv66@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Raising the checkpoint_timeout limit  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
On 2016-02-03 15:07:12 -0600, Jim Nasby wrote:
> On 2/2/16 10:10 PM, Robert Haas wrote:
> >Now, you could also set such configuration settings in
> >a situation where it will not work out well.  But that is true of most
> >configuration settings.

By that argument we should probably raise the lower limit of a bunch of
parameters :P

> Yeah, if we're going to start playing parent then I think the first thing to
> do is remove the fsync GUC. The AWS team has done testing that shows it to
> be worthless from a performance standpoint now that we have synchronous
> commit, and it's an extremely large foot-bazooka to have laying around.

Meh, I don't buy that. There are workloads where that's the case, but
also ones were it's not true. Try e.g. 2PC. And yes, there's definitely
cases where 2PC makes sense, even if you don't need durability on a
local basis.

Andres



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [PATCH] Refactoring of LWLock tranches
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: WAL logging problem in 9.4.3?