DB Performance

From: Gary DeSorbo <isasitis(at)uchicago(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: DB Performance
Date: 2002-11-01 17:56:09
Message-ID: v04210140b9e8695d1391@[172.16.0.83]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I need to find a way to increase performance on my server.

We are currently using postgres as a back-end to our web-based
corporate wide application. The application is used for everything
from collecting large amount of data, updating current data and
creating large reports based on this data. At this point we have
about 3000 users on the system and this is going to grow rapidly.

We are running apache, mod-perl, sendmail, and postgres on our
server. The machine is a dual 900Mhz processor with 2 gigs of ram,
and fast 10k raid drives.

I have set the shared memory on the machine to 512MB.

Postgres is configured as follows:

sort_mem = 128672
shared_buffers = 60800
fsync = false

We will be purchasing new machines to split off the web server from
the database server.

What else can I do to help performance?
Will a beowulf cluster help to increase performance?

Any suggestions would be greatly appreciated.

Thanks,

Gary
Gary DeSorbo
isasitis(at)uchicago(dot)edu
Cell: 415.606.3857

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-11-01 18:04:37 Re: DB Performance
Previous Message Gary DeSorbo 2002-11-01 17:29:17 DB Performance