Re: Table access method not behaving like Oracle (index vs sequential scan). Examples and stats provided.

Поиск
Список
Период
Сортировка
От Manfred Koizar
Тема Re: Table access method not behaving like Oracle (index vs sequential scan). Examples and stats provided.
Дата
Msg-id 1lbki0tqhbf64oajjthfj5uhue3pe407ni@email.aon.at
обсуждение исходный текст
Ответ на Table access method not behaving like Oracle (index vs sequential scan). Examples and stats provided.  ("Kevin Macdonald" <nospam@please.thankyou>)
Список pgsql-general
On Thu, 22 Jul 2004 04:34:26 GMT, "Kevin Macdonald"
<nospam@please.thankyou> wrote:
>(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)

No, Postgres always consults the heap to get the desired values.  The
most obvious reason is that visibility information is stored in heap
tuples but not in index tuples.

Servus
 Manfred

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

Предыдущее
От: "A Palmblad"
Дата:
Сообщение: Re: database troubles - various errors
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Unsupported 3rd-party solutions (Was: Few questions