Re: Performance degradation of inserts when database size grows - Mailing list pgsql-performance

From Shaun Thomas
Subject Re: Performance degradation of inserts when database size grows
Date
Msg-id 4DDA617A.6090105@peak6.com
Whole thread Raw
In response to Performance degradation of inserts when database size grows  (Andrey Vorobiev <andrey.o.vorobiev@gmail.com>)
Responses Re: Performance degradation of inserts when database size grows
List pgsql-performance
On 05/17/2011 07:45 AM, Andrey Vorobiev wrote:

> 2011-05-17 18:55:51 NOVST LOG: checkpoint starting: xlog
> 2011-05-17 18:57:20 NOVST LOG: checkpoint complete: wrote 62861 buffers
> (24.0%); 0 transaction log file(s) added, 0 removed, 0 recycled;
> write=89.196 s, sync=0.029 s, total=89.242 s

Increase your checkpoint_segments. If you see "checkpoint starting:
xlog" instead of "checkpoint starting: time", you don't have enough
checkpoint segments to handle your writes. Checkpoints *will* degrade
your throughput.

--
Shaun Thomas
OptionsHouse | 141 W. Jackson Blvd. | Suite 800 | Chicago IL, 60604
312-676-8870
sthomas@peak6.com

______________________________________________

See  http://www.peak6.com/email_disclaimer.php
for terms and conditions related to this email

pgsql-performance by date:

Previous
From: Shaun Thomas
Date:
Subject: Re: [OT]: Confidentiality disclosures in list posts (Was: SORT performance - slow?)
Next
From: Aren Cambre
Date:
Subject: Re: Postgres refusing to use >1 core