Re: BUG #5113: Postgres not scanning indexes

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: BUG #5113: Postgres not scanning indexes
Дата
Msg-id 87hbu2zwek.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на BUG #5113: Postgres not scanning indexes  ("dan" <dan.boeriu@roost.com>)
Список pgsql-bugs
>>>>> "dan" == "dan"  <dan.boeriu@roost.com> writes:

 dan> I expect the explain to say index scan; instead it says table scan.
 dan> The index has ALL the info I need

It may have all the info _you_ need, but what it doesn't have is all the
info that _postgres_ needs; specifically it doesn't contain enough row
visibility info for index-only scans to be possible without consulting
the table.

--
Andrew (irc:RhodiumToad)

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: BUG #5113: Postgres not scanning indexes
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Kerberos authentication, Active Directory, and PostgreSQL