Re: Restore performance? - Mailing list pgsql-performance

From Tom Lane
Subject Re: Restore performance?
Date
Msg-id 26129.1144682669@sss.pgh.pa.us
Whole thread Raw
In response to Re: Restore performance?  ("Jesper Krogh" <jesper@krogh.cc>)
List pgsql-performance
"Jesper Krogh" <jesper@krogh.cc> writes:
> gzip does not seem to be the bottleneck, on restore is psql the nr. 1
> consumer on cpu-time.

Hm.  We've seen some situations where readline mistakenly decides that
the input is interactive and wastes lots of cycles doing useless
processing (like keeping history).  Try "psql -n" and see if that helps.

            regards, tom lane

pgsql-performance by date:

Previous
From: Ragnar
Date:
Subject: Re:
Next
From: Tom Lane
Date:
Subject: Re: pg 8.1.3, AIX, huge box, painfully slow.