Re: avtovacuum queue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: avtovacuum queue
Дата
Msg-id 9823.1522682299@sss.pgh.pa.us
обсуждение исходный текст
Ответ на avtovacuum queue  (Artem Tomyuk <admin@leboutique.com>)
Ответы Re: avtovacuum queue  (Artem Tomyuk <admin@leboutique.com>)
Список 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 по дате отправления:

Предыдущее
От: Artem Tomyuk
Дата:
Сообщение: avtovacuum queue
Следующее
От: Artem Tomyuk
Дата:
Сообщение: Re: avtovacuum queue