Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums""

Поиск
Список
Период
Сортировка
От jiye
Тема Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums""
Дата
Msg-id 4612e2fb.2561.1888a1b397a.Coremail.jiye_sw@126.com
обсуждение исходный текст
Ответ на Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums""  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums""  (jiye <jiye_sw@126.com>)
Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums""  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
we can not get determinate test case as this issue reproduce only once, and currently autovaccum can works as we using vacuum freeze for each tables of each database.

our client's application is real online bank business, and have serveral customer database, do a majority of update opertaion as  result trigger some table dead_tup_ratio nealy 100%, but can not find any autovacuum process work for a very long time before we do vacuum freeze manally.

and out autovacuum params as  follow:


---- Replied Message ----
From Tom Lane<tgl@sss.pgh.pa.us>
Date 6/5/2023 11:37
To jiye<jiye_sw@126.com>
Cc pgsql-hackers@lists.postgresql.org<pgsql-hackers@lists.postgresql.org>
Subject Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums""
jiye <jiye_sw@126.com> writes:
in our test enviroment, if one database's have major update operations, autovacuum does not work and cause major performance degradation.
if found this issue may be resolved by revert this Skip redundant anti-wraparound vacuums · postgres/postgres@2aa6e33 (github.com) commit.

Please provide a self-contained test case illustrating this report.

regards, tom lane
Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: [16Beta1][doc] pgstat: Track time of the last scan of a relation
Следующее
От: "Shinoda, Noriyoshi (PN Japan FSIP)"
Дата:
Сообщение: RE: [16Beta1][doc] pgstat: Track time of the last scan of a relation