Re: Postgres Performance - Mailing list pgsql-admin

From Steve Crawford
Subject Re: Postgres Performance
Date
Msg-id 47E41172.5000400@pinpointresearch.com
Whole thread Raw
In response to Re: Postgres Performance  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-admin
 > I am using postgres 7.0 with linux with 15 GB of database &
 > 3 gb of RAM. Can anyone suggest what is the best setting
 > for postgres. I am using postgres as web db.

You mentioned elsewhere that you are getting 2,000 hits/day. I don't
know the nature of your web app but typical web apps involve pretty
simple transactions. Even with an average of 10 database transactions
per hit, your average is less than 0.25 TPS - several orders of
magnitude lower than the likely capacity of your hardware.

If you are experiencing performance problems I think that you may need
to look into more than the config file:

1. Are you vacuuming regularly? If not, you may need a vacuum full
followed by regular vacuuming.

2. Have you established appropriate indexes?

3. Are you running analyze to allow the planner to use the indexes you
created?

Cheers,
Steve


pgsql-admin by date:

Previous
From: Simon Riggs
Date:
Subject: Re: DB Structure Recovery
Next
From: "Scott Marlowe"
Date:
Subject: Re: Postgres Performance