Re: WIP patch for parallel pg_dump - Mailing list pgsql-hackers

From Tom Lane
Subject Re: WIP patch for parallel pg_dump
Date
Msg-id 8927.1291329136@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIP patch for parallel pg_dump  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: WIP patch for parallel pg_dump  (Andrew Dunstan <andrew@dunslane.net>)
Re: WIP patch for parallel pg_dump  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 12/02/2010 05:01 PM, Tom Lane wrote:
>> In the past, proposals for this have always been rejected on the grounds
>> that it's impossible to assure a consistent dump if different
>> connections are used to read different tables.  I fail to understand
>> why that consideration can be allowed to go by the wayside now.

> Well, snapshot cloning should allow that objection to be overcome, no?

Possibly, but we need to see that patch first not second.

(I'm not actually convinced that snapshot cloning is the only problem
here; locking could be an issue too, if there are concurrent processes
trying to take locks that will conflict with pg_dump's.  But the
snapshot issue is definitely a showstopper.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: WIP patch for parallel pg_dump
Next
From: Bruce Momjian
Date:
Subject: Re: WIP patch for parallel pg_dump