Re: Looking for tips - Mailing list pgsql-performance

From Oliver Crosby
Subject Re: Looking for tips
Date
Msg-id 1efd553a0507191308219a098b@mail.gmail.com
Whole thread Raw
In response to Looking for tips  (Oliver Crosby <ryusei@gmail.com>)
Responses Re: Looking for tips  (Dawid Kuroczko <qnex42@gmail.com>)
List pgsql-performance
> We had low resource utilization and poor throughput on inserts of
> thousands of rows within a single database transaction.  There were a
> lot of configuration parameters we changed, but the one which helped the
> most was wal_buffers -- we wound up setting it to 1000.  This may be
> higher than it needs to be, but when we got to something which ran well,
> we stopped tinkering.  The default value clearly caused a bottleneck.

I just tried wal_buffers = 1000, sort_mem at 10% and
effective_cache_size at 75%.
The performance refuses to budge.. I guess that's as good as it'll go?

pgsql-performance by date:

Previous
From: Jeff Trout
Date:
Subject: Re: Looking for tips
Next
From: Dawid Kuroczko
Date:
Subject: Re: Looking for tips