pg_dump directory archive format / parallel pg_dump
Joachim Wieland <joe@mcknight.de>
From: Joachim Wieland <joe@mcknight.de>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-01-07T20:18:26Z
Lists: pgsql-hackers
Attachments
- pg_dump-directory.diff.gz (application/x-gzip) patch
- pg_dump-directory-parallel.diff.gz (application/x-gzip) patch
- pg_dump-directory-parallel-checks.diff.gz (application/x-gzip) patch
Here's a new series of patches for the parallel dump/restore. They need to be applied on top of each other. The parallel pg_dump patch does not yet use the synchronized snapshot functionality from my other patch to not create more dependencies than necessary. (1) pg_dump directory archive format (without checks as requested by Heikki) (2) parallel pg_dump (3) checks for the directory archive format Joachim