parallel restore vs. windows
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2008-12-09T02:08:39Z
Lists: pgsql-hackers
Attachments
- parallel_restore_11.patch.gz (application/x-gzip) patch
OK, after quite some trying I have hit a brick wall. I have been unable
to get parallel restore to work with Windows threading. No doubt I am
missing something, but I really don't know what. Unless someone can tell
me what I am doing wrong, I have these possibilities:
* run parallel steps on Windows in separate processes rather than
threads, similar to what we do in the server, or
* disable parallel restore on Windows for now.
Time is unfortunately running very short.
Latest attempt is attached.
cheers
andrew