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 8375.1121799193@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:
> On 7/19/05, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> How *exactly* are you invoking psql?

> It is a subprocess of a Python process, driven using a pexpect
> interchange. I send the COPY command, then wait for the '=#' to come
> back.

Some weird interaction with pexpect maybe?  Try adding "-n" (disable
readline) to the psql command switches.

            regards, tom lane

pgsql-performance by date:

Previous
From: Christopher Petrilli
Date:
Subject: Re: Impact of checkpoint_segments under continual load conditions
Next
From: "Kevin Grittner"
Date:
Subject: Re: Looking for tips