Re: Impact of checkpoint_segments under continual load conditions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Petrilli <petrilli(at)gmail(dot)com>
Cc: Vivek Khera <vivek(at)khera(dot)org>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Impact of checkpoint_segments under continual load conditions
Date: 2005-07-19 15:04:30
Message-ID: 24014.1121785470@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Christopher Petrilli <petrilli(at)gmail(dot)com> writes:
> Here's a graph of the differences and density of behavior:

> http://blog.amber.org/diagrams/pgsql_copy_803_cvs.png

> I can provide the raw data.

How about the complete test case? There's something awfully odd going
on there, and I'd like to find out what.

> Note that fsync is turned off here. Maybe it'd be more stable with it
> turned on?

Hard to say. I was about to ask if you'd experimented with altering
configuration parameters such as shared_buffers or checkpoint_segments
to see if you can move the point of onset of slowdown. I'm thinking
the behavioral change might be associated with running out of free
buffers or some such. (Are you running these tests under a freshly-
started postmaster, or one that's been busy for awhile?)

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Andrew Dunstan 2005-07-19 15:23:18 Re: COPY FROM performance improvements
Previous Message Christopher Petrilli 2005-07-19 14:48:42 Re: Impact of checkpoint_segments under continual load conditions