Re: Still confused about VACUUM vs. VACUUM FULL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Still confused about VACUUM vs. VACUUM FULL
Дата
Msg-id 16631.1055436156@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Still confused about VACUUM vs. VACUUM FULL  (Jeff Boes <jboes@nexcerpt.com>)
Ответы Re: Still confused about VACUUM vs. VACUUM FULL  (Jeff Boes <jboes@nexcerpt.com>)
Список pgsql-admin
Jeff Boes <jboes@nexcerpt.com> writes:
> For large (>1 million rows) tables
> which have a pretty high turn-over (average life span of a row is 3
> days), should there be any query performance differences whether you
> VACUUM FULL or not?

How often do you VACUUM?  Do you have enough FSM space to support the
number of pages that get dirtied between vacuums?  If you don't, the
physical table size will bloat over time, leading to progressive
slowdown.

            regards, tom lane

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

Предыдущее
От: Henry House
Дата:
Сообщение: Re: Timestamp of insertion of the row.
Следующее
От: Jeff Boes
Дата:
Сообщение: Re: Still confused about VACUUM vs. VACUUM FULL