Re: No vacuum for insert-only database?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: No vacuum for insert-only database?
Дата
Msg-id 20060313150949.GK8274@surnet.cl
обсуждение исходный текст
Ответ на No vacuum for insert-only database?  ("Craig A. James" <cjames@modgraph-usa.com>)
Ответы Re: No vacuum for insert-only database?  ("Craig A. James" <cjames@modgraph-usa.com>)
Список pgsql-performance
Craig A. James wrote:
> If I only insert data into a table, never update or delete, then I should
> never have to vacuum it.  Is that correct?

You still need to vacuum eventually, to avoid transaction Id wraparound
issues.  But not as often.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: "Craig A. James"
Дата:
Сообщение: No vacuum for insert-only database?
Следующее
От: "Craig A. James"
Дата:
Сообщение: Re: No vacuum for insert-only database?