Re: Is it ever necessary to vacuum a table that only gets inserts/updates?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Is it ever necessary to vacuum a table that only gets inserts/updates?
Дата
Msg-id 4EC4930A.6050503@hogranch.com
обсуждение исходный текст
Ответ на Is it ever necessary to vacuum a table that only gets inserts/updates?  (Jason Buberel <jason@altosresearch.com>)
Ответы Re: Is it ever necessary to vacuum a table that only gets inserts/updates?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On 11/16/11 4:24 PM, Jason Buberel wrote:
> Just wondering if there is ever a reason to vacuum a very large table
> (> 1B rows) containing rows that never has rows deleted.
>
> Under what circumstance would the table benefit from a vacuum?

no updates either?

you still want to do a vacuum analyze every so often to update the
statistics used by the planner.



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


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

Предыдущее
От: Jason Buberel
Дата:
Сообщение: Is it ever necessary to vacuum a table that only gets inserts/updates?
Следующее
От: Yan Chunlu
Дата:
Сообщение: how could duplicate pkey exist in psql?