Re: PG 7.4.3 optimizer choosing sequential scan. Why?

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: PG 7.4.3 optimizer choosing sequential scan. Why?
Дата
Msg-id 87fz7fwb4f.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: PG 7.4.3 optimizer choosing sequential scan. Why?  (Barry S <barry@nospam.4.me.thx.com>)
Список pgsql-hackers
Barry S <barry@nospam.4.me.thx.com> writes:

> > * The table contains one index: P1_NRN_ROAD_V (v, sobjid) (The index
> > includes the column sobjid because the query projects this col, and its
> > inclusion in the index allows it to be serviced without accessing the
> > underlying table)

(Unlike Oracle) Postgres *always* has to access the underlying table.

-- 
greg



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.5 backend crash
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.5 release notes