Re: [PERFORM] autovacuum on a -mostly- r/o table

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: [PERFORM] autovacuum on a -mostly- r/o table
Дата
Msg-id 1159373624.3874.187.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на autovacuum on a -mostly- r/o table  (Edoardo Ceccarelli <eddy@axa.it>)
Ответы Re: [PERFORM] autovacuum on a -mostly- r/o table  ("Matthew T. O'Connor" <matthew@zeut.net>)
Список pgsql-admin
On Wed, 2006-09-27 at 18:08, Edoardo Ceccarelli wrote:
> How can I configure the vacuum to run after the daily batch insert/update?

Check out this:
http://www.postgresql.org/docs/8.1/static/catalog-pg-autovacuum.html

By inserting the right row you can disable autovacuum to vacuum your big
tables, and then you can schedule vacuum nightly for those just as
before. There's still a benefit in that you don't need to care about
vacuuming the rest of the tables, which will be done just in time.

Cheers,
Csaba.


В списке pgsql-admin по дате отправления:

Предыдущее
От: Tobias Brox
Дата:
Сообщение: Re: [PERFORM] autovacuum on a -mostly- r/o table
Следующее
От: Bill Moran
Дата:
Сообщение: Re: [PERFORM] autovacuum on a -mostly- r/o table