Re: Why reset pgstat during recovery

Поиск
Список
Период
Сортировка
От Masahiro Ikeda
Тема Re: Why reset pgstat during recovery
Дата
Msg-id 14AD7450-F1F9-47D0-B189-476C8798FD24@oss.nttdata.com
обсуждение исходный текст
Ответ на Why reset pgstat during recovery  ("蔡梦娟(玊于)" <mengjuan.cmj@alibaba-inc.com>)
Список pgsql-hackers


On 2021/04/02 18:41, 蔡梦娟(玊于) wrote:
>
>  Hi, all
>
>  I want to know why call pgstat_reset_all function during recovery
> process,  under what circumstances the data will be invalid after recovery?

If my understanding is right, PITR is the case. Now, the stats files are
generated as a one-time snapshot. This means that the stats counters
saved at last may not be valid for the specific point in time.

FWIW, there was a related discussion([1]) although the behavior is not
changed yet.

[1] https://www.postgresql.org/message-id/1416.1479760254%40sss.pgh.pa.us

Regards,
--
Masahiro Ikeda
NTT DATA CORPORATION




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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: shared memory stats: high level design decisions: consistency, dropping
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: [Patch] ALTER SYSTEM READ ONLY