Re: Impact of checkpoint_segments under continual load conditions

Поиск
Список
Период
Сортировка
От Christopher Petrilli
Тема Re: Impact of checkpoint_segments under continual load conditions
Дата
Msg-id 59d991c40507191148e6f9ec5@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Impact of checkpoint_segments under continual load conditions  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Impact of checkpoint_segments under continual load conditions  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Impact of checkpoint_segments under continual load conditions  (PFC <lists@boutiquenumerique.com>)
Список pgsql-performance
On 7/19/05, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 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?

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.

Chris
--
| Christopher Petrilli
| petrilli@gmail.com

В списке pgsql-performance по дате отправления:

Предыдущее
От: Oliver Crosby
Дата:
Сообщение: Re: Looking for tips
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Impact of checkpoint_segments under continual load conditions