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

From: Julien Cigar <jcigar(at)ulb(dot)ac(dot)be>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgresql performance degrading... how to diagnose the root cause
Date: 2013-03-29 14:42:27
Message-ID: 5155A853.1080102@ulb.ac.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 03/29/2013 15:20, Franck Routier wrote:
> Hi,
>

Hello,

> 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 ?
>

Difficult to answer with so few details, but I would start by logging
slow queries, and run an explain analyze on them (or use auto_explain).
Check if you're CPU bound or I/O bound (top, iostats, vmstat, systat,
gstat..), check your configuration (shared_buffers,
effective_cache_size, work_mem, checkpoint_segments, cpu_tuple_cost, ...)

> Franck
>

--
No trees were killed in the creation of this message.
However, many electrons were terribly inconvenienced.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Guillaume Cottenceau 2013-03-29 14:50:26 Re: Postgresql performance degrading... how to diagnose the root cause
Previous Message Franck Routier 2013-03-29 14:20:42 Postgresql performance degrading... how to diagnose the root cause