Re: Forcing using index instead of sequential scan?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Forcing using index instead of sequential scan?
Дата
Msg-id 200607211345.41573.peter_e@gmx.net
обсуждение исходный текст
Ответ на Forcing using index instead of sequential scan?  (<robin.c.smith@bt.com>)
Список pgsql-performance
robin.c.smith@bt.com wrote:
> What is the best way to force the use of indexes in these queries?

Well, the brute-force method is to use SET enable_seqscan TO off, but if
you want to get to the bottom of this, you should look at or post the
EXPLAIN ANALYZE output of the offending queries.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От:
Дата:
Сообщение: Re: Forcing using index instead of sequential scan?
Следующее
От: "Petronenko D.S."
Дата:
Сообщение: postgres benchmarks