Re: MVCC and index-only read

Поиск
Список
Период
Сортировка
От Jonah H. Harris
Тема Re: MVCC and index-only read
Дата
Msg-id 36e682920811181115pb3d3560y18f175d9e3e408db@mail.gmail.com
обсуждение исходный текст
Ответ на Re: MVCC and index-only read  (Scara Maccai <m_lists@yahoo.it>)
Ответы Re: MVCC and index-only read  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
On Tue, Nov 18, 2008 at 2:02 PM, Scara Maccai <m_lists@yahoo.it> wrote:
> SELECT A FROM myTAB where A <10000
>
> only uses the index (if there's an index defined for A) in Oracle.

Well, not exactly.  That's called a "covered" index because the query
could be satisfied directly from the index (the attribute is covered
by the index).  Oracle sometimes satisfies it with an index fast full
scan, but not always; it depends on the cost of other access methods
and/or what Oracle believes is currently in cache.

--
Jonah H. Harris, Senior DBA
myYearbook.com

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

Предыдущее
От: "Michael P. Soulier"
Дата:
Сообщение: apparent deadlock
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: apparent deadlock