Re: Covering Indexes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Covering Indexes
Date
Msg-id 14811.1340901163@sss.pgh.pa.us
Whole thread Raw
In response to Re: Covering Indexes  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> The other question is whether such an index would prevent an update from
> being HOT when the non-indexed values are touched.

Surely it would *have* to, whether the columns are significant or not
for uniqueness purposes.  Else an index-only scan gives the wrong value
after the update.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Aidan Van Dyk
Date:
Subject: Re: Covering Indexes
Next
From: Josh Kupershmidt
Date:
Subject: Re: pg_signal_backend() asymmetry