> On Feb 21, 2023, at 09:54, Brad White <b55wh...@gmail.com> wrote:
> Any suggestions on how to proceed?

First, look at pg_stat_user_tables to see how many inserts etc. have occurred 
on the tables that are not showing an autovacuum; they may have simply not 
reached the threshold yet.  If they have, do a VACUUM VERBOSE across the 
database and make sure that you can manually vacuum them, or if it reports that 
it can't remove tuples.

Reply via email to