Обсуждение: The new autovacuum tool

Поиск
Список
Период
Сортировка

The new autovacuum tool

От
Socketd
Дата:
Hi all

Will autovacuum both VACUUM and ANALYZE all databases, so that I can
delete my script which runs daily: "vacuumdb -a -z"?

br
socketd (a Postgresql newbie)

ps: Please cc to me as I am not on this list

Re: The new autovacuum tool

От
Shridhar Daithankar
Дата:
Socketd wrote:

> Hi all
>
> Will autovacuum both VACUUM and ANALYZE all databases, so that I can
> delete my script which runs daily: "vacuumdb -a -z"?

Yes it would. One thing it never does is issuing vacuum full.

  Shridhar