Re: Nested transactions: low level stuff - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Nested transactions: low level stuff
Date
Msg-id 13049.1048261314@sss.pgh.pa.us
Whole thread Raw
In response to Re: Nested transactions: low level stuff  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Nested transactions: low level stuff  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>     Do we want UNDO just for subtransactions?
> That was pretty easily defeated, though I made an argument that you
> could do UNDO pretty cheaply when you have WAL ensuring crash recovery.

That argument was what got us into the early-7.1 WAL bloat problems.
I don't think it's "pretty cheap" to have to hold the entire WAL for the
length of your longest-running transactions.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: ALTER TABLE / CLUSTER ON
Next
From: Bruce Momjian
Date:
Subject: Re: ALTER TABLE / CLUSTER ON