Postgresql performance degrading... how to diagnose the root cause

From: Franck Routier <franck(dot)routier(at)axege(dot)com>
To: postgres performance list <pgsql-performance(at)postgresql(dot)org>
Subject: Postgresql performance degrading... how to diagnose the root cause
Date: 2013-03-29 14:20:42
Message-ID: 5155A33A.4090000@axege.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

I have a postgresql database (8.4) running in production whose
performance is degrading.
There is no single query that underperforms, all queries do.
Another interesting point is that a generic performance test
(https://launchpad.net/tpc-b) gives mediocre peformance when run on the
database, BUT the same test on a newly created database, on the same pg
cluster, on the same tablespace, does perform good.

So the problem seems to be limited to this database, even on newly
created tables...

What should I check to find the culprit of this degrading performance ?

Franck

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Julien Cigar 2013-03-29 14:42:27 Re: Postgresql performance degrading... how to diagnose the root cause
Previous Message Stephen Frost 2013-03-28 22:13:11 Re: how to help the planner