Re: Postgres 9.0 has a bias against indexes

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Postgres 9.0 has a bias against indexes
Дата
Msg-id AANLkTi=GrGRte=DGwQ=Z=F5wss-kL5vERT-WT9t3-AbS@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgres 9.0 has a bias against indexes  ("Igor Neyman" <ineyman@perceptron.com>)
Список pgsql-performance
On Thu, Jan 27, 2011 at 2:32 PM, Igor Neyman <ineyman@perceptron.com> wrote:
>> On Oracle?  Then how can it get the values it needs without
>> having to hit the data store?
>
> It doesn't.
> It does "INDEX UNIQUE SCAN" and then "TABLE ACCESS BY INDEX ROWID".

Ahhh, ok.  I thought Oracle used covering indexes by default.

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

Предыдущее
От: "Igor Neyman"
Дата:
Сообщение: Re: Postgres 9.0 has a bias against indexes
Следующее
От: Mladen Gogala
Дата:
Сообщение: Re: Postgres 9.0 has a bias against indexes