Re: why postgresql over other RDBMS - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: why postgresql over other RDBMS
Date
Msg-id 20070524223223.GT4320@alvh.no-ip.org
Whole thread Raw
In response to Re: why postgresql over other RDBMS  (Chris Browne <cbbrowne@acm.org>)
List pgsql-general
Chris Browne wrote:
> agentm@themactionfaction.com ("A.M.") writes:

> Jan Wieck had a proposal to a similar effect, namely to give some way
> to get one connection to duplicate the state of another one.
>
> This would permit doing a neat parallel decomposition of pg_dump: you
> could do a 4-way parallelization of it that would function something
> like the following:

Interesting ...

> Note that this isn't related to subtransactions...

I think what needs to happen is that the snapshot is duplicated.
Probably not that hard to do actually ... the difficult thing is coming
up with an API that makes sense.

--
Alvaro Herrera                 http://www.amazon.com/gp/registry/CTMLCN8V17R4
"Estoy de acuerdo contigo en que la verdad absoluta no existe...
El problema es que la mentira sí existe y tu estás mintiendo" (G. Lama)

pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: why postgresql over other RDBMS
Next
From: "A.M."
Date:
Subject: Re: why postgresql over other RDBMS