Re: Excessive vacuum times

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Excessive vacuum times
Дата
Msg-id 2138.1134446941@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Excessive vacuum times  ("Jim C. Nasby" <jnasby@pervasive.com>)
Ответы Re: Excessive vacuum times  ("Jim C. Nasby" <jnasby@pervasive.com>)
./configure --with-openssl=path fails  (Wes <wespvp@syntegra.com>)
Список pgsql-general
"Jim C. Nasby" <jnasby@pervasive.com> writes:
> On Mon, Dec 12, 2005 at 06:26:37PM -0500, Tom Lane wrote:
>> No.  Avoiding that would require a new approach to
>> vacuum-vs-ordinary-indexscan interlocking, so it won't happen until
>> someone has a Bright Idea (tm).

> Plus there is a TODO to only vacuum pages that are known to have dead
> tuples, which should hopefully mean no more index-scans during vacuum as
> well.

No such luck.  You delete any tuples, you need to scan the indexes.

            regards, tom lane

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Excessive vacuum times
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Memory Leakage Problem