Re: loading data, creating indexes, clustering, vacuum...

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: loading data, creating indexes, clustering, vacuum...
Дата
Msg-id 20061208214848.fc0eee0d.wmoran@collaborativefusion.com
обсуждение исходный текст
Ответ на Re: loading data, creating indexes, clustering, vacuum...  ("Angva" <angvaw@gmail.com>)
Список pgsql-general
"Angva" <angvaw@gmail.com> wrote:
>
> > clustering also removes the dead tuples.
>
> I have a followup question. What if the set of dead tuples is too big
> and I need to VACUUM FULL, as opposed to VACUUM. (The update size
> varies greatly from day to day.) Will the clustering effectively do a
> VACUUM FULL, or just a VACUUM?

CLUSTER is the equivalent of VACUUM FULL, with the addition that it
orders the data in the table in the order of the index you specify.

VACUUM FULL doesn't follow any particular order for the data.

-Bill

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: help understanding analyze
Следующее
От: Tom Lane
Дата:
Сообщение: Re: localhost resolving