Re: parallel pg_dump

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, Joachim Wieland <joe(at)mcknight(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: parallel pg_dump
Date: 2012-12-08 20:05:16
Message-ID: 20121208200516.GC1428@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Dec 8, 2012 at 11:13:30AM -0500, Andrew Dunstan wrote:
>
> On 12/08/2012 11:01 AM, Andres Freund wrote:
> >Hi,
> >
> >On 2012-10-15 17:13:10 -0400, Andrew Dunstan wrote:
> >>On 10/13/2012 10:46 PM, Andrew Dunstan wrote:
> >>>On 09/17/2012 10:01 PM, Joachim Wieland wrote:
> >>>>On Mon, Jun 18, 2012 at 10:05 PM, Joachim Wieland <joe(at)mcknight(dot)de>
> >>>>wrote:
> >>>>>Attached is a rebased version of the parallel pg_dump patch.
> >>>>Attached is another rebased version for the current commitfest.
> >>>These did not apply cleanly, but I have fixed them up. The combined diff
> >>>against git tip is attached. It can also be pulled from my parallel_dump
> >>>branch on <https://github.com/adunstan/postgresql-dev.git> This builds and
> >>>runs OK on Linux, which is a start ...
> >>Well, you would also need this piece if you're applying the patch (sometimes
> >>I forget to do git add ...)
> >The patch is marked as Ready for Committer in the CF app, but at least
> >the whole windows situation seems to be unresolved as of yet?
> >
> >Is anybody working on this? I would *love* to get this...
> >
> >
>
>
> I am working on it when I get a chance, but keep getting hammered.
> I'd love somebody else to review it too.

FYI, I will be posting pg_upgrade performance numbers using Unix
processes. I will try to get the Windows code working but will also
need help.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kohei KaiGai 2012-12-08 20:40:37 Re: [v9.3] writable foreign tables
Previous Message Daniel Farina 2012-12-08 19:36:15 Re: Sketch of a Hook into the Logging Collector