Re: A guide/tutorial to performance monitoring and tuning

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: "Nikhil G(dot) Daddikar" <ngd(at)celoxis(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: A guide/tutorial to performance monitoring and tuning
Date: 2008-06-29 18:59:39
Message-ID: Pine.GSO.4.64.0806291451340.12045@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, 27 Jun 2008, Nikhil G. Daddikar wrote:

> I have been searching on the net on how to tune and monitor performance of my
> postgresql server but not met with success. A lot of information is vague and
> most often then not the answer is "it depends".

That's because it does depend. I collect up the best of resources out
there and keep track of them at
http://wiki.postgresql.org/wiki/Performance_Optimization so if you didn't
find that yet there's probably some good ones you missed.

Right now I'm working with a few other people to put together a more
straightforward single intro guide that should address some of the
vagueness you point out here, but that's still a few weeks away from being
ready.

Monitoring performance isn't really covered in any of this though. Right
now the best simple solution out there is probably Nagios with the
PostgreSQL plug-in.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Smith 2008-06-29 19:04:21 Re: Sources of information about sizing of hardwares to run PostgreSQL
Previous Message Gregory Stark 2008-06-29 12:08:57 Re: Subquery WHERE IN or WHERE EXISTS faster?