Re: CLUSTER and MVCC - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CLUSTER and MVCC
Date
Msg-id 28318.1174602579@sss.pgh.pa.us
Whole thread Raw
In response to Re: CLUSTER and MVCC  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> So, can't this be improved to allow more aggressive vacuuming?

Not at that level.  We do not keep track of the oldest still-used
snapshot in a transaction.  I'm dubious that it'd be worth the
bookkeeping trouble to try --- often as not, the problem with a
"long running transaction" is that it's a long running statement,
anyway.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: TOASTing smaller things
Next
From: "Luke Lonergan"
Date:
Subject: Re: TOASTing smaller things