Re: Postgres Performance

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Aftab Alam <aalam(at)tsrdarashaw(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgres Performance
Date: 2008-03-20 10:36:15
Message-ID: 20080320103615.GA10677@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Mar 20, 2008 at 04:02:48PM +0530, Aftab Alam wrote:
> I have mistaken written 7.0 instead of 7.3, I am getting more than 2000 hits
> daily, can u suggest the best configuration. Mean while I am trying to
> migrate it to 8.3.1

7.3 is also pretty old.
as for 2000 hits daily - it's not much. do you have performance issues?
check which queries couse the problems, and "explain analyze" them.
then, with explain analyze output, you can fix performance issues in
those queries.

regards,

depesz

--
quicksil1er: "postgres is excellent, but like any DB it requires a
highly paid DBA. here's my CV!" :)
http://www.depesz.com/ - blog dla ciebie (i moje CV)

Browse pgsql-admin by date

  From Date Subject
Next Message Vishal Arora 2008-03-20 11:03:38 Re: Postgres Performance
Previous Message Aftab Alam 2008-03-20 10:32:48 Re: Postgres Performance