Re: Surprising dead_tuple_count from pgstattuple - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Surprising dead_tuple_count from pgstattuple
Date
Msg-id 4C5D0D56.9000602@enterprisedb.com
Whole thread Raw
In response to Re: Surprising dead_tuple_count from pgstattuple  (Gordon Shannon <gordo169@gmail.com>)
Responses Re: Surprising dead_tuple_count from pgstattuple
List pgsql-hackers
On 07/08/10 07:43, Gordon Shannon wrote:
> Regarding HOT prune, I never did any updates, so I think there couldn't be
> any HOT tuples.  Or does HOT prune do more than that?

Yes, HOT will also prune away DELETEd tuples. It will leave behind a 
dead line pointer, so it won't stop the table from growing if you 
repeatedly delete and insert, but it will slow it down significantly.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Initial review of xslt with no limits patch
Next
From: Boxuan Zhai
Date:
Subject: Re: MERGE Specification