Re: MVCC, undo log, and HOT - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: MVCC, undo log, and HOT
Date
Msg-id 87y7dufctx.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: MVCC, undo log, and HOT  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
"Andrew Dunstan" <andrew@dunslane.net> writes:

> HOT is cool, but it really doesn't solve the whole problem. It works for a
> significant class of problems, but for example it won't have any significant
> effect on the app I'm currently working on which is very index-rich. It would
> be a major mistake to think there's no work left to do in improving update
> performance.

Another use case it doesn't address is updating a large fraction of the table.
If you do a single unconstrained "UPDATE foo SET x=y" your table and indexes
will double in size and never shrink back.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Feature Freeze date for 8.4
Next
From: Gregory Stark
Date:
Subject: Re: Feature Freeze date for 8.4