Re: avtovacuum queue - Mailing list pgsql-admin

From Tom Lane
Subject Re: avtovacuum queue
Date
Msg-id 9823.1522682299@sss.pgh.pa.us
Whole thread Raw
In response to avtovacuum queue  (Artem Tomyuk <admin@leboutique.com>)
Responses Re: avtovacuum queue  (Artem Tomyuk <admin@leboutique.com>)
List pgsql-admin
Artem Tomyuk <admin@leboutique.com> writes:
> Is there any "queue" in postgres where tables that marked to be vacuumed or
> analyzed can be viewed?

No, there's no queue as such.  You can look at the contents of
pg_stat_all_tables, particularly the n_dead_tup and n_mod_since_analyze
columns, to get a sense of which tables are likely to seem highest
priority to the autovacuum code.

            regards, tom lane


pgsql-admin by date:

Previous
From: Artem Tomyuk
Date:
Subject: avtovacuum queue
Next
From: Artem Tomyuk
Date:
Subject: Re: avtovacuum queue