Re: Impact of checkpoint_segments under continual load conditions - Mailing list pgsql-performance

From Tom Lane
Subject Re: Impact of checkpoint_segments under continual load conditions
Date
Msg-id 7843.1121796596@sss.pgh.pa.us
Whole thread Raw
In response to Re: Impact of checkpoint_segments under continual load conditions  (Christopher Petrilli <petrilli@gmail.com>)
Responses Re: Impact of checkpoint_segments under continual load conditions
List pgsql-performance
Christopher Petrilli <petrilli@gmail.com> writes:
>> Are you sure the backend is reading directly from the file, and not
>> through psql?  (\copy, or COPY FROM STDIN, would go through psql.)

> The exact command is:
> COPY test (columnlist...) FROM '/tmp/loadfile';

I tried to replicate this by putting a ton of COPY commands like that
into a file and doing "psql -f file ...".  I don't see more than about
0.3% CPU going to psql.  So there's something funny about your test
conditions.  How *exactly* are you invoking psql?

            regards, tom lane

pgsql-performance by date:

Previous
From: Robert Creager
Date:
Subject: Re: Huge performance problem between 7.4.1 and 8.0.3 - CS issue?
Next
From: Richard Huxton
Date:
Subject: Re: Looking for tips