Re: Make unlogged table resets detectable

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Make unlogged table resets detectable
Дата
Msg-id 954419.1623092217@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Make unlogged table resets detectable  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Make unlogged table resets detectable  (Justin Pryzby <pryzby@telsasoft.com>)
Re: Make unlogged table resets detectable  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Fri, Jun 4, 2021 at 8:41 PM Jeff Davis <pgsql@j-davis.com> wrote:
>> Stepping back, maybe unlogged tables are the wrong level to solve this
>> problem. We could just have a "crash counter" in pg_control that would
>> be incremented every time a crash happened (and all unlogged tables are
>> reset). It might be a number or maybe the LSN of the startup checkpoint
>> after the most recent crash.

> I think this would be useful for a variety of purposes. Both being
> able to know the last time that it happened and being able to know the
> number of times that it happened could be useful, depending on the
> scenario.

+1.  I'd support recording the time of the last crash recovery, as
well as having a counter.  I think an LSN would not be as useful
as a timestamp.

            regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Make unlogged table resets detectable
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Race condition in recovery?