Re: Learning: Freeing of Unused Records - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: Learning: Freeing of Unused Records
Date
Msg-id 3EDB3F89.22975.D8BF628@localhost
Whole thread Raw
In response to Learning: Freeing of Unused Records  (Michael Owens <owens@c21bowman.com>)
List pgsql-general
On 26 May 2003 at 12:52, Michael Owens wrote:
> My questions is: when the update commits, and all transactions that depend on
> the version of these (old/updated) tuples all commit, could these tuples be
> automatically marked for reuse during the course of normal processing
> (without adding significant overhead)? --- rather than waiting for a vacuum?
> I am sure the short answer it 'No'.

Well, update is one of the special case. Dead tuples generated can be freed
using vacuum analyze which is not non-blocking and cheaper on resources.. so
you can use it every now and then..

HTH

Bye
 Shridhar

--
Captain's Log, star date 21:34.5...


pgsql-general by date:

Previous
From: "Bodanapu, Sravan"
Date:
Subject: Error while loading external data into Postgres table.
Next
From: "shreedhar"
Date:
Subject: Re: [ADMIN] Error while loading external data into Postgres table.