WIP parallel restore patch - Mailing list pgsql-hackers

From Andrew Dunstan
Subject WIP parallel restore patch
Date
Msg-id 490878AC.1@dunslane.net
Whole thread Raw
Responses Re: WIP parallel restore patch
Re: WIP parallel restore patch
List pgsql-hackers
Attached is my latest parallel restore patch. I think it's functionally
complete for Unix.

Many bugs have been fixed since the last patch, and the hardcoded
limitation to two table dependencies is removed. It seems fairly robust
in my recent testing.

Remaining to be done:

. code cleanup
. better error checking in a few places
. final decision re command line option names/defaults
. documentation
. Windows support.

cheers

andrew


Attachment

pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: WIP patch: convert SQL-language functions to return tuplestores
Next
From: Tom Lane
Date:
Subject: Re: WIP patch: convert SQL-language functions to return tuplestores