Re: Contrib reindex script:

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Contrib reindex script:
Дата
Msg-id 28724.1023997688@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Contrib reindex script:  (Neil Conway <nconway@klamath.dyndns.org>)
Ответы Re: Contrib reindex script:  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Neil Conway <nconway@klamath.dyndns.org> writes:
> Also, could we enhance REINDEX to not require an exclusive table lock?
> Without looking at the code, I would think that we could at least allow
> for SELECTs (using seqscans or other indexes) while a REINDEX is running.

Not unless you see a way to prevent those SELECTs from trying to use the
index...

Personally I think putting development effort into REINDEX is a waste of
manpower.  Study how to make btree collapse out empty pages, instead.

            regards, tom lane

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

Предыдущее
От: Uros Gruber
Дата:
Сообщение: Close idle connections
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Contrib reindex script: