Re: Seq Scans when index expected to be used

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Seq Scans when index expected to be used
Дата
Msg-id 7718.1070126650@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Seq Scans when index expected to be used  (ow <oneway_111@yahoo.com>)
Список pgsql-sql
ow <oneway_111@yahoo.com> writes:
> Am trying to find duplicate values in a large table (about 80M records).
> Somehow, none of the two (2) queries (see below) is using the index "I_bca"
> that, I believe, should've been used.

Those plans are perfectly reasonable (particularly the GroupAggregate one).
        regards, tom lane


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

Предыдущее
От: "jasiek"
Дата:
Сообщение: Re: Seq Scans when index expected to be used
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Seq Scans when index expected to be used