Contrib question

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Contrib question
Дата
Msg-id D90A5A6C612A39408103E6ECDD77B829408D4D@voyager.corporate.connx.com
обсуждение исходный текст
Список pgsql-general
Is there any functionality contained in vacuum that is not contained in pg_autovacuum?
 
Suggestion:
Modify the base schema for tables and add a timestamp column for the last vacuum operation, and a timestamp for the last vacuum analyze.  Finally, a timestamp for the last time that the data was modified via insert update or delete would be handy (but I realize that this timestamp might be problematic).
 
With that data, a crude autovacuum could be generated periodically whether or not statistics were enabled.
 

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

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: Contrib question
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Interval constant syntax, was Re: Interval & check