Re: replacements for vacuum?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: replacements for vacuum?
Дата
Msg-id 24266.1103318894@sss.pgh.pa.us
обсуждение исходный текст
Ответ на replacements for vacuum?  (Lonni J Friedman <netllama@gmail.com>)
Список pgsql-general
Lonni J Friedman <netllama@gmail.com> writes:
> Are there any alternatives to vacuum (and, i'm aware of autovacuum)?

CLUSTER is frequently a competitive alternative to VACUUM FULL.

In 8.0, there are some flavors of ALTER TABLE that rewrite the whole
table; this would work too, and should be faster than CLUSTER if you
don't care about the resulting table order.

Neither of these are a good substitute for plain VACUUM, but when you
have a table that's sparse enough to need a VACUUM FULL, consider them.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: sorting problem
Следующее
От: Scott Marlowe
Дата:
Сообщение: unix_socket_directory