Re: Fwd: Clarification about HOT - Mailing list pgsql-hackers

From Pavan Deolasee
Subject Re: Fwd: Clarification about HOT
Date
Msg-id 2e78013d0711050646s26df5ca9j10f2c070fc76af42@mail.gmail.com
Whole thread Raw
In response to Re: Fwd: Clarification about HOT  ("Gokulakannan Somasundaram" <gokul007@gmail.com>)
Responses Re: Fwd: Clarification about HOT  ("Gokulakannan Somasundaram" <gokul007@gmail.com>)
List pgsql-hackers


On Nov 5, 2007 8:04 PM, Gokulakannan Somasundaram <gokul007@gmail.com> wrote:


There may not be anything called chain-pruning. Instead the tuples, which are to be vacuumed, will get vacuumed, after redirecting their index tuple peers, during the Vacuum process.



This won't help us check the heap bloat. Though containing index bloat is important,
most of the performance benefits of HOT comes from doing page level retail vacuuming.
This not only reduces the heap bloat but also results in less frequent vacuuming
of the table.

Thanks,
Pavan


--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: "Heikki Linnakangas"
Date:
Subject: Re: Visibility map thoughts
Next
From: Andrew Dunstan
Date:
Subject: Re: minimal update