Re: Multiple full page writes in a single checkpoint?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Multiple full page writes in a single checkpoint?
Дата
Msg-id 20210204032835.GA3911@momjian.us
обсуждение исходный текст
Ответ на Re: Multiple full page writes in a single checkpoint?  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Wed, Feb  3, 2021 at 08:07:16PM -0500, Bruce Momjian wrote:
> > > I can try to add a hint-bit-page-write page counter, but that might
> > > overflow, and then we will need a way to change the LSN anyway.
> > 
> > That's just a question of width...
> 
> Yeah, the hint bit counter is just delaying the inevitable, plus it
> changes the page format, which I am trying to avoid.  Also, I need this
> dummy record only if the page is marked clean, meaning a write
> to the file system already happened in the current checkpoint --- should
> not be to bad.

Here is a proof-of-concept patch to do this.  Thanks for your help.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee


Вложения

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

Предыдущее
От: "Joel Jacobson"
Дата:
Сообщение: Re: Recording foreign key relationships for the system catalogs
Следующее
От: Jaime Casanova
Дата:
Сообщение: typo in "Determine XID horizons" comment in procarray.c