Re: My own performance/tuning q&a

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: My own performance/tuning q&a
Дата
Msg-id 1067270858.460.39.camel@tokyo
обсуждение исходный текст
Ответ на Re: My own performance/tuning q&a  (Allen Landsidel <all@biosys.net>)
Список pgsql-performance
On Fri, 2003-10-24 at 20:11, Allen Landsidel wrote:
> However, I do the same thing with the reindex, so I'll definitely be taking
> it out there, as that one does lock.. although I would think the worst this
> would do would be a making the index unavailable and forcing a seq scan..
> is that not the case?

No, it exclusively locks the table. It has been mentioned before that we
should probably be able to fall back to a seqscan while the REINDEX is
going on, but that's not currently done.

-Neil



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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: My own performance/tuning q&a
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: Various performance questions