Re: parallel pg_restore - WIP patch
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Russell Smith <mr-russ@pws.com.au>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>, Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>, Jeffrey Baker <jwbaker@gmail.com>
Date: 2008-09-26T15:20:56Z
Lists: pgsql-hackers
Attachments
- parallel_restore_2.patch (text/x-patch) patch
This version of the patch should fix the "shared file descriptor" bug Russell Smith noticed. It also disables the 1/2 second sleep between forks, so the performance on a small db (regression) is vastly improved. cheers andrew