Re: disabling an index without deleting it?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: disabling an index without deleting it?
Дата
Msg-id 14265.1204090729@sss.pgh.pa.us
обсуждение исходный текст
Ответ на disabling an index without deleting it?  ("Peter Koczan" <pjkoczan@gmail.com>)
Список pgsql-performance
"Markus Bertheau" <mbertheau.pg@googlemail.com> writes:
> On the other hand, if the only reason to have that feature is to plan
> and execute queries pretending that one index doesn't exist, then DROP
> INDEX DEFERRED is not the most straightforward syntax.

Yeah, I was just about to mention that 8.3 has a hook that allows a
plug-in to manipulate the planner's notions of which indexes exist.
Ignoring a specific index would be really trivial.

            regards, tom lane

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: disabling an index without deleting it?
Следующее
От: James Mansion
Дата:
Сообщение: Re: LISTEN / NOTIFY performance in 8.3