Re: Is vacuum full lock like old's vacuum's lock?

Поиск
Список
Период
Сортировка
От Francisco Reyes
Тема Re: Is vacuum full lock like old's vacuum's lock?
Дата
Msg-id 20020308152829.W26200-100000@zoraida.natserv.net
обсуждение исходный текст
Ответ на Re: Is vacuum full lock like old's vacuum's lock?  ("Gregory Wood" <gregw@com-stock.com>)
Список pgsql-general
On Fri, 8 Mar 2002, Gregory Wood wrote:

> > Do sequential scans go over the entire space, including the space not in
> > use? It would be great if there was some kind of optimization that could
> > move the empty space towards the end. It would probably be an expensive
> > operation, but it may be very helpfull on databases with a big turnaround.
>
> The only difference between doing that and doing a VACUUM FULL would be that
> the disk usage would remain the same.

There is one other extremely important difference. VACUUM FULL locks the
table/database.


> Personally, I would continue do the entire database once a week, and select
> a few key tables that have a lot of UPDATEs/DELETEs to do daily

thanks like a reasonable thing to do.


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

Предыдущее
От: Joel Burton
Дата:
Сообщение: Re: Conditional constraint?
Следующее
От: "Gregory Wood"
Дата:
Сообщение: Re: Is vacuum full lock like old's vacuum's lock?