Re: Track skipped tables during autovacuum and autoanalyze - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Track skipped tables during autovacuum and autoanalyze
Date
Msg-id acSMZ-0K_YUrmzQG@paquier.xyz
Whole thread Raw
In response to Re: Track skipped tables during autovacuum and autoanalyze  (Yugo Nagata <nagata@sraoss.co.jp>)
Responses Re: Track skipped tables during autovacuum and autoanalyze
List pgsql-hackers
On Thu, Mar 26, 2026 at 10:18:39AM +0900, Yugo Nagata wrote:
> I'm not sure this would significantly reduce the size of
> PgStat_StatTabEntry. Could you elaborate on the expected benefits?

The point is that this reduces the shmem footprint for indexes (well,
it's also benefitial for tables, just less), on top of being cleaner
because the stats views would only need to store and query the fields
they care about for each relkind.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions
Next
From: Lukas Fittl
Date:
Subject: Re: Refactor query normalization into core query jumbling