Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums"" - Mailing list pgsql-hackers

From jiye
Subject Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums""
Date
Msg-id 6f563a1f.4cdb.1888e8e6198.Coremail.jiye_sw@126.com
Whole thread Raw
In response to Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums""  (jiye <jiye_sw@126.com>)
List 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
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] pg_regress.c: Fix "make check" on Mac OS X: Pass DYLD_LIBRARY_PATH
Next
From: Amit Kapila
Date:
Subject: Re: Implement generalized sub routine find_in_log for tap test