Re: [HACKERS] Fix checkpoint skip logic on idle systems by trackingLSN progress

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] Fix checkpoint skip logic on idle systems by trackingLSN progress
Дата
Msg-id CA+TgmoYwhUpbL7itvUVJDKF+HK=1MkdYOf9ZujuSuK0sF=g_HQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Fix checkpoint skip logic on idle systems by tracking LSN progress  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Ответы Re: [HACKERS] Fix checkpoint skip logic on idle systems by trackingLSN progress  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Wed, Dec 21, 2016 at 4:28 PM, Andres Freund <andres@anarazel.de> wrote:
> - Similarly I don't like the name "progress LSN" much. What does
>   "progress" really mean in that". Maybe "consistency LSN"?

Whoa.  -1 from me for "consistency LSN".  Consistency has to with
whether the cluster has recovered up to the minimum recovery point or
whatever -- that is -- questions like "am i going to run into torn
pages?" and "should I expect some heap tuples to maybe be missing
index tuples, or the other way around?".  What I think "progress LSN"
is getting at -- actually fairly well -- is whether we're getting
anything *important* done, not whether we are consistent.  I don't
mind changing the name, but not to consistency LSN.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Fix checkpoint skip logic on idle systems by trackingLSN progress
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Fix checkpoint skip logic on idle systems by trackingLSN progress