Re: Visibility Groups - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Visibility Groups
Date
Msg-id 603c8f070808070749w6e3ad9e8k384630bea8787167@mail.gmail.com
Whole thread Raw
In response to Re: Visibility Groups  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Visibility Groups  (Decibel! <decibel@decibel.org>)
List pgsql-hackers
> I think this would be a lot of mechanism and complication that will go
> completely unused in the field.  It'll be impossible even to explain let
> alone to use effectively, for anyone who's not intensely steeped in the
> details of MVCC.

+1.

This proposal sounds like it would target batch jobs, because those
are the kinds of jobs that where you can predict in advance what
tables will be needed.  I don't know whether my personal set of
problems with MVCC syncs up with anyone else's, but this is rarely how
I get bitten.  Usually, what happens is that a user session (psql or
web server connection) gets left in a transaction for days or weeks.
Now the batch jobs (which are doing lots of updates) start creating
tons of bloat, but it's not their snapshot that is causing the
problem.

...Robert


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Infrastructure changes for recovery
Next
From: Gregory Stark
Date:
Subject: Re: Visibility Groups