Re: COPY v. java performance comparison

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: COPY v. java performance comparison
Дата
Msg-id 533C7CF6.8030407@aklaver.com
обсуждение исходный текст
Ответ на Re: COPY v. java performance comparison  (Rob Sargent <robjsargent@gmail.com>)
Ответы Re: COPY v. java performance comparison
Список pgsql-general
On 04/02/2014 02:04 PM, Rob Sargent wrote:
> On 04/02/2014 02:36 PM, Adrian Klaver wrote:
>> On 04/02/2014 01:14 PM, Rob Sargent wrote:
>>> On 04/02/2014 01:56 PM, Steve Atkins wrote:

> Well indeed there are copious LOG/HINT pairs along the lines of
>
>     LOG:  checkpoints are occurring too frequently ([8 <= n <=29]
>     seconds apart)
>     HINT:  Consider increasing the configuration parameter
>     "checkpoint_segments".
>
> and these are during non-load periods.  During the COPYs I see
> uncountable numbers of
>
>     WARNING:  pgstat wait timeout
>
> As you guys have probably already concluded, I have some config/tuning
> to do.

At a guess some of the problem comes from here:

"The input file and postgres data are on separate disks, but only one
controller."

Have you tried moving the input file to the same disk as the server, to
factor out the controller?

>
> Cheers,
> rjs
>
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: COPY v. java performance comparison
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: COPY v. java performance comparison