Re: Subject: bool / vacuum full bug followup part 2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Subject: bool / vacuum full bug followup part 2
Дата
Msg-id 13052.1023147821@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Subject: bool / vacuum full bug followup part 2  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Subject: bool / vacuum full bug followup part 2
Список pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> Yes, and yes, but don't hold your breath on the latter part --- that
>> TODO item has been around for awhile.  And it's gotten harder now that
>> we have lazy VACUUM; that means we need to be able to condense indexes
>> concurrently with other index operations.

> Can you remind me why it is so hard to fix this.  I do not expect lazy
> vacuum to handle index shrinking, but it should be possible with full
> vacuum.

If you make that restriction then it might be less painful to do.  I
have not thought about doing it that way; I'm of the opinion that only
a solution that lets lazy vacuum do it will be a real solution.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Vacuum behaviour in plpgsql function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: strangeness in pg_dump