Re: How to get parallel restore in PG 8.4 to work?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: henk de wit <henk53602(at)hotmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: How to get parallel restore in PG 8.4 to work?
Date: 2009-04-01 13:46:37
Message-ID: 4107.1238593597@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

henk de wit <henk53602(at)hotmail(dot)com> writes:
> I still have some work to do to find out why dumping in the custom
> format is so much slower.

Offhand the only reason I can see for it to be much different from
plain-text output is that -Fc compresses by default. If you don't
care about that, try -Fc -Z0.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Robert Haas 2009-04-01 14:23:46 Re: PostgreSQL
Previous Message henk de wit 2009-04-01 12:22:33 Re: How to get parallel restore in PG 8.4 to work?