Re: Is Autovacuum running? - Mailing list pgsql-general

From Christophe Pettus
Subject Re: Is Autovacuum running?
Date
Msg-id F7B3F7F2-B5A0-491E-B7AE-9456BAF39F5B@thebuild.com
Whole thread Raw
In response to Re: Is Autovacuum running?  (Brad White <b55white@gmail.com>)
Responses Re: Is Autovacuum running?  (Brad White <b55white@gmail.com>)
List pgsql-general

> On Feb 21, 2023, at 09:54, Brad White <b55white@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
andmake sure that you can manually vacuum them, or if it reports that it can't remove tuples. 


pgsql-general by date:

Previous
From: Brad White
Date:
Subject: Re: Is Autovacuum running?
Next
From: Brad White
Date:
Subject: Re: Is Autovacuum running?