Re: BUG #6325: Useless Index updates - Mailing list pgsql-bugs

From Craig Ringer
Subject Re: BUG #6325: Useless Index updates
Date
Msg-id 4EDC0F7B.7020602@ringerc.id.au
Whole thread Raw
In response to Re: BUG #6325: Useless Index updates  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-bugs
On 12/05/2011 08:16 AM, Andreas Karlsson wrote:
> On 2011-12-04 15:02, Craig Ringer wrote:
>> - The index isn't always updated. Check out HOT (introduced in 8.4, the
>> release after your current one) which reduces unnecessary index
>> updates in cases where the old and new row can fit on the same
>> heap page.
>
> Minor correction: HOT was introduced in 8.3.
>
> http://www.postgresql.org/docs/9.1/static/release-8-3.html

Whoops, thanks. In that case the OP is already getting the benefit of
reduced index updates as much as is possible with PostgreSQL's MVCC design.

--
Craig Ringer

pgsql-bugs by date:

Previous
From: Andreas Karlsson
Date:
Subject: Re: BUG #6325: Useless Index updates
Next
From: maxim.boguk@gmail.com
Date:
Subject: BUG #6326: SELECT ARRAY(SELECT ...) syntax and array[] results doesn't work