Re: nested transactions - Mailing list pgsql-hackers

From Matthew T. O'Connor
Subject Re: nested transactions
Date
Msg-id 200211290805.41975.matthew@zeut.net
Whole thread Raw
In response to Re: nested transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: nested transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Friday 29 November 2002 00:56, Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Tom Lane wrote:
> >> But we already have a recycling mechanism for pg_clog.  AFAICS,
> >> creating a parallel log file with a separate recycling mechanism is
> >> a study in wasted effort.
> >
> > But that recycling requires the vacuum of every database in the system.
> > Do people do that frequently enough?
>
> Once the auto vacuum code is in there, they won't have any choice ;-)

OK, I know postgres needs to be vacuumed every so often (I think its to
guarantee safe XID wraparound?)  I think the AVD should do something to
guarnatee this is hapening.  Since I am working on AVD, what are the criterea
for this?  From the above I assume it also pertains to pg_clog recycling
(which is related to XID wraparound?), but I know nothing about that.

Right now AVD only performs vacuum analyze on specific tables as it deems they
need it, it does not perform vacuum on entire databases at any point yet.



pgsql-hackers by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Auto Vacuum Daemon (again...)
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: Auto Vacuum Daemon (again...)