Re: 7 hrs for a pg_restore? - Mailing list pgsql-performance

From Richard Huxton
Subject Re: 7 hrs for a pg_restore?
Date
Msg-id 47BB1C51.6010203@archonet.com
Whole thread Raw
In response to 7 hrs for a pg_restore?  (Douglas J Hunley <doug@hunley.homeip.net>)
Responses Re: 7 hrs for a pg_restore?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: 7 hrs for a pg_restore?  (Douglas J Hunley <doug@hunley.homeip.net>)
List pgsql-performance
Douglas J Hunley wrote:
> I spent a whopping seven hours restoring a database late Fri nite for a
> client. We stopped the application, ran pg_dump -v -Ft -b -o $db >
> ~/pre_8.3.tar on the 8.2.x db, and then upgrading the software to 8.3. I then
> did a pg_restore -v -d $db ./pre_8.3.tar and watched it positively crawl.
> I'll grant you that it's a 5.1G tar file, but 7 hours seems excessive.

Depends, both on the machine and the database.

What sort of disk i/o are you seeing, what's the cpu(s) doing, and
what's the restore taking so long over (since you have -v)?

Oh, and have you tweaked the configuration settings for the restore?
Lots of work_mem, turn fsync off, that sort of thing.

--
   Richard Huxton
   Archonet Ltd

pgsql-performance by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: 7 hrs for a pg_restore?
Next
From: Dave Cramer
Date:
Subject: Re: 7 hrs for a pg_restore?