Re: nested transactions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: nested transactions
Date
Msg-id 19302.1038540452@sss.pgh.pa.us
Whole thread Raw
In response to Re: nested transactions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: nested transactions  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> It only becomes better if we can throw away that file (or contents) when
> the transaction completes and we have marked all the subtransactions as
> completed.  We can't compress pg_clog if we store the parent info in
> there.

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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: nested transactions
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: Auto Vacuum Daemon (again...)