Re: VACUUM Question

Поиск
Список
Период
Сортировка
От Rick Gigger
Тема Re: VACUUM Question
Дата
Msg-id 40C0CE23.6060006@alpinenetworking.com
обсуждение исходный текст
Ответ на Re: VACUUM Question  (Greg Stark <gsstark@mit.edu>)
Ответы Re: VACUUM Question  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-general
>>One more question; on one server the Vacuum Analyze before the insert takes
>>approx. 2min after that the same command takes 15min.
>
>
> You might try a VACUUM FULL sometime when you can deal with 15min of downtime
> or so. Actually it would probably be longer. Perhaps the table that's taking
> 15min has a ton of extra dead tuples left over from the fsm settings being too
> low and/or vacuum being too infrequent.

Does VACUUM FULL just lock entire tables and thus cause you to
essentially have downtime on that database because it doesn't respond
quickly or do you actually have to shut down postgres to safely do a
vacuum full?

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

Предыдущее
От: Rick Gigger
Дата:
Сообщение: Re: [HACKERS] Slony-I goes BETA
Следующее
От: Bill Moran
Дата:
Сообщение: Re: VACUUM Question