Re: Is Autovacuum running?

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Re: Is Autovacuum running?
Дата
Msg-id F7B3F7F2-B5A0-491E-B7AE-9456BAF39F5B@thebuild.com
обсуждение исходный текст
Ответ на Re: Is Autovacuum running?  (Brad White <b55white@gmail.com>)
Ответы Re: Is Autovacuum running?  (Brad White <b55white@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Brad White
Дата:
Сообщение: Re: Is Autovacuum running?
Следующее
От: Brad White
Дата:
Сообщение: Re: Is Autovacuum running?