Re: Manual vacs 5x faster than autovacs?

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Manual vacs 5x faster than autovacs?
Дата
Msg-id 4AFE24AF.1060308@postnewspapers.com.au
обсуждение исходный текст
Ответ на Re: Manual vacs 5x faster than autovacs?  (Dave Crooke <dcrooke@gmail.com>)
Ответы Re: Manual vacs 5x faster than autovacs?
Список pgsql-performance
On 13/11/2009 2:29 PM, Dave Crooke wrote:

> Beware that VACUUM FULL locks an entire table at a time :-)

... and often bloats its indexes horribly. Use CLUSTER instead if you
need to chop a table that's massively bloated down to size; it'll be
much faster, and shouldn't leave the indexes in a mess.

I increasingly wonder what the purpose of VACUUM FULL in its current
form is.

--
Craig Ringer

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

Предыдущее
От: "Kenny Gorman"
Дата:
Сообщение: Re: SSD + RAID
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Manual vacs 5x faster than autovacs?