Re: pg_dump and pg_restore

From: Jayadevan M <jayadevan(dot)maymala(at)ibsplc(dot)com>
To: 'Andreas Kretschmer' <akretschmer(at)spamfence(dot)net>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: pg_dump and pg_restore
Date: 2012-09-24 03:36:29
Message-ID: 3411BBAFF5A2244FA405CC91D9473A609B7DFD@PBOX2.ibsplc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


> If I opt for pg_dump to create a .sql backup file or the –Fc format,
> is there is significant difference in the time it will take to restore?

Yes: with -Fc you can use the -j - Feature (pg_restore):

-j number-of-jobs, --jobs=number-of-jobs

tu run multiple table-inserts simultaneous.

Thank you.

Regards,
Jayadevan

DISCLAIMER: "The information in this e-mail and any attachment is intended only for the person to whom it is addressed and may contain confidential and/or privileged material. If you have received this e-mail in error, kindly contact the sender and destroy all copies of the original communication. IBS makes no warranty, express or implied, nor guarantees the accuracy, adequacy or completeness of the information contained in this email or any attachment and is not liable for any errors, defects, omissions, viruses or for resultant loss or damage, if any, direct or indirect."

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Browder 2012-09-24 13:11:01 Using Different Ports for Multiple PosgreSQL Installations: Any Issues?
Previous Message Tom Browder 2012-09-24 00:09:04 How to Use Static Openssl Library