Re: Seq Scans when index expected to be used

Поиск
Список
Период
Сортировка
От ow
Тема Re: Seq Scans when index expected to be used
Дата
Msg-id 20031129180159.91794.qmail@web21404.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Seq Scans when index expected to be used  (Joe Conway <mail@joeconway.com>)
Ответы Re: Seq Scans when index expected to be used
Список pgsql-sql
--- Joe Conway <mail@joeconway.com> wrote:
> > 
> >>explain select b, c, a
> >>from test
> >>group by b, c, a
> >>having count(*) > 1
> 
> Why would you expect this to use an index scan when it needs to read the 
> entire table? If you read the whole table (or even a significant 
> fraction of it), a seq scan is faster.

My impression was that the index "I_bca" covers the query, hence there should
not be a need to go to the table itself. Why would it?

P.S.
explain analyze vs explain. Normally, would've used "explain analyze" but in
this case it's taking way too long so I used "explain".

Thanks





__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/


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

Предыдущее
От: greg@turnstep.com
Дата:
Сообщение: Re: Equivalent of Reverse() functions
Следующее
От: Andreas Heissenberger
Дата:
Сообщение: