Re: Not Picking Index

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Not Picking Index
Дата
Msg-id 20070216144639.GG13241@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Not Picking Index  ("Gauri Kanekar" <meetgaurikanekar@gmail.com>)
Список pgsql-performance
Gauri Kanekar escribió:
> I want the planner to ignore a specific index.
> I am testing some query output. For that purpose i dont want the index.
> I that possible to ignore a index by the planner.

Sure:

BEGIN
DROP INDEX foo
SELECT ....
ROLLBACK

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: "Gauri Kanekar"
Дата:
Сообщение: Re: Not Picking Index
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Not Picking Index