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

From Simon Riggs
Subject Re: Surprising dead_tuple_count from pgstattuple
Date
Msg-id 1281376228.2142.1232.camel@ebony
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  (Robert Haas <robertmhaas@gmail.com>)
Re: Surprising dead_tuple_count from pgstattuple  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
List pgsql-hackers
On Sat, 2010-08-07 at 16:11 -0700, Gordon Shannon wrote:

> So, I guess my real question here is, what happened to the "missing"
> 100 items?  If it was HOT prune, can anyone summarize what that does?

Itagaki already explained that the second DELETE would have removed the
100 dead rows you consider to be missing.

Any SQL statement that reads a block can do HOT pruning, if the block is
otherwise unlocked.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Development, 24x7 Support, Training and Services



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: dynamically allocating chunks from shared memory
Next
From: Robert Haas
Date:
Subject: Re: is syntax columname(tablename) necessary still?