Testing of parallel restore with current snapshot - Mailing list pgsql-hackers

From Josh Berkus
Subject Testing of parallel restore with current snapshot
Date
Msg-id 4A0CEC45.1090608@agliodbs.com
Whole thread Raw
Responses Re: Testing of parallel restore with current snapshot  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Andrew, Tom,

Just wanted to remark on my tests of this feature since the last set of 
patches.

First of all, no locking.  Yay.

Andrew's latest algorithm tends to result in building indexes on the 
same table at the same time.  This is excellent for most users; I'm on a 
client's site which is I/O bound and that approach is speeding up 
parallel load about 20% compared to the beta1 version.

In other words, don't mess with it now.  I think it's perfect.  ;-)

-- 
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: New trigger option of pg_standby
Next
From: Heikki Linnakangas
Date:
Subject: Re: [COMMITTERS] pgsql: Add recovery_end_command option to recovery.conf.