Re: "Recheck conditions" on indexes - Mailing list pgsql-general

From Ivan Voras
Subject Re: "Recheck conditions" on indexes
Date
Msg-id l4dhtl$gf2$1@ger.gmane.org
Whole thread Raw
In response to Re: "Recheck conditions" on indexes  (Albe Laurenz <laurenz.albe@wien.gv.at>)
List 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.


Attachment

pgsql-general by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: Replication and fsync
Next
From: Marc Mamin
Date:
Subject: pg_upgrade 9.1.9 ->9.3.1