Re: "Recheck conditions" on indexes

Поиск
Список
Период
Сортировка
От Ivan Voras
Тема Re: "Recheck conditions" on indexes
Дата
Msg-id l4dhtl$gf2$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: "Recheck conditions" on indexes  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Список pgsql-general
On 25/10/2013 11:06, Albe Laurenz wrote:

> Just because there is an entry in the index does not imply that the
> corresponding table entry is visible for this transaction.
> To ascertain that, the table row itself has to be checked.

Understood.

> PostgreSQL 9.2 introduced "index only scan" which avoids that
> additional step if it is safe to do so.

It doesn't help in this case - the plan for the same query on a copy of
the database on 9.3 is exactly the same.


Вложения

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

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: Replication and fsync
Следующее
От: Marc Mamin
Дата:
Сообщение: pg_upgrade 9.1.9 ->9.3.1