Re: Response time increases over time - Mailing list pgsql-performance

From Aidan Van Dyk
Subject Re: Response time increases over time
Date
Msg-id CAC_2qU9ha-RVG+AHHcYs0KP7gaGeGhDTGx3G=Y0sXmHu_THGWw@mail.gmail.com
Whole thread Raw
In response to Re: Response time increases over time  (Havasvölgyi Ottó <havasvolgyi.otto@gmail.com>)
Responses Re: Response time increases over time  (Havasvölgyi Ottó <havasvolgyi.otto@gmail.com>)
Re: Response time increases over time  (Marti Raudsepp <marti@juffo.org>)
List pgsql-performance
On Wed, Dec 7, 2011 at 5:13 PM, Havasvölgyi Ottó
<havasvolgyi.otto@gmail.com> wrote:

> So there seems to be something on this Debian machine that hinders
> PostgreSQL to perform better. With 8.4 I logged slow queries (with 9.1 not
> yet), and almost all were COMMIT, taking 10-20-30 or even more ms. But at
> the same time the fsync rate can be quite high based on pg_test_fsync, so
> probably not fsync is what makes it slow. Performance seems to degrade
> drastically as I increase the concurrency, mainly concurrent commit has
> problems as I can see.

> Do anybody have any idea based on this info about what can cause such
> behaviour, or what I could check or try?

Let me guess, debian squeeze, with data and xlog on both on a single
ext3 filesystem, and the fsync done by your commit (xlog) is flushing
all the dirty data of the entire filesystem (including PG data writes)
out before it can return...

a.

--
Aidan Van Dyk                                             Create like a god,
aidan@highrise.ca                                       command like a king,
http://www.highrise.ca/                                   work like a slave.

pgsql-performance by date:

Previous
From: Tory M Blue
Date:
Subject: Re: pg_upgrade failure "contrib" issue?
Next
From: Havasvölgyi Ottó
Date:
Subject: Re: Response time increases over time