Re: pg_dump slower than pg_restore

From: Bosco Rama <postgres(at)boscorama(dot)com>
To: David Wall <d(dot)wall(at)computer(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump slower than pg_restore
Date: 2014-07-04 05:13:25
Message-ID: 53B637F5.6030805@boscorama.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/03/14 21:26, David Wall wrote:
> On 7/3/2014 6:26 PM, Bosco Rama wrote:
>> BTW, is there any particular reason to do the 'split'?
> Yes, I transfer the files to Amazon S3 and there were too many troubles
> with one really big file.

Is the issue with S3 or just transfer time? I would expect that 'rsync'
with the '--partial' option (or -P if you want progress info too) may
help there.

HTH,
Bosco.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Wall 2014-07-04 05:43:59 Re: pg_dump slower than pg_restore
Previous Message David Wall 2014-07-04 04:26:18 Re: pg_dump slower than pg_restore