Re: index not being used. Why?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: index not being used. Why?
Дата
Msg-id 321.1173457766@sss.pgh.pa.us
обсуждение исходный текст
Ответ на index not being used. Why?  (Gerardo Herzig <gherzig@fmed.uba.ar>)
Ответы Re: index not being used. Why?
Running in single instance mode
Список pgsql-sql
Gerardo Herzig <gherzig@fmed.uba.ar> writes:
> Watch the last row of the explain command. It makes a sequential scan on the pages table, like it is not using the
indexon the "id" field.
 
> The result itself is OK, but i will populate the tables so i think that later that sequential scan would be a
problem.

Why do you think that the plans won't change when the tables get bigger?
        regards, tom lane


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: index not being used. Why?
Следующее
От: Steve Midgley
Дата:
Сообщение: Re: A form of inheritance with PostgreSQL