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 6f563a1f.4cdb.1888e8e6198.Coremail.jiye_sw@126.com
обсуждение исходный текст
Ответ на Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums""  (jiye <jiye_sw@126.com>)
Список pgsql-hackers
i attach our another case, many tables have over 200 million xid age, and these relation can not be autovacuum for long time until we freeze them manually.




---- Replied Message ----
From jiye<jiye_sw@126.com>
Date 6/5/2023 13:50
To tgl@sss.pgh.pa.us<tgl@sss.pgh.pa.us>
Cc pgsql-hackers@lists.postgresql.org<pgsql-hackers@lists.postgresql.org>
Subject Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums""
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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] pg_regress.c: Fix "make check" on Mac OS X: Pass DYLD_LIBRARY_PATH
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Implement generalized sub routine find_in_log for tap test