Re: vacuum strategy

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: vacuum strategy
Дата
Msg-id 5090.1038280886@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: vacuum strategy  ("scott.marlowe" <scott.marlowe@ihs.com>)
Ответы Re: vacuum strategy  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
"scott.marlowe" <scott.marlowe@ihs.com> writes:
> Also, full vacuums are required every so often to keep the transaction id
> from rolling over.

Not so; a plain vacuum is fine for that.  The critical point is that
*every* table in *every* database has to be vacuumed (plain or full)
at least once every billion transactions or so.

            regards, tom lane

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

Предыдущее
От: "CN"
Дата:
Сообщение: Delete Order When Referential Integrity Is Active
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Delete Order When Referential Integrity Is Active