Re: Perfomance Tuning

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: mixo <mixo(at)coza(dot)net(dot)za>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Perfomance Tuning
Date: 2003-08-08 13:28:13
Message-ID: Pine.LNX.4.33.0308080724480.20444-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, 8 Aug 2003, mixo wrote:

> I have just installed redhat linux 9 which ships with Pg
> 7.3.2. Pg has to be setup so that data inserts (blobs) should
> be able to handle at least 8M at a time.

Nothing has to be done to tune postgresql to handle this, 8 Meg blobs are
no problem as far as I know.

> The machine has
> two P III 933MHz CPU's, 1.128G RAM (512M*2 + 128M), and
> a 36 Gig hd with 1 Gig swap and 3 equal size ext3 partitions.
> What would be the recomended setup for good performance
> considering that the db will have about 15 users for
> 9 hours in a day, and about 10 or so users throughout the day
> who wont be conistenly using the db.

Seeing as you have only one hard drive, how you arrange things on it
doesn't really make a big difference. If you can get another drive and
mirror your data partition that will help speed up selects as well as
provide some redundancy should one drive fail.

How many queries per second are you looking at handling? If it's 1 or
less, you probably don't have much to worry about with this setup. We run
dual PIII-750s at work with 1.5 Gig ram, and while we're going to upgrade
the servers (they're currently handling apache/php/postgresql & ldap)
we'll keep the dual PIII-750 machines as the database boxes with nothing
else on them. Postgresql is quite snappy on such hardware.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jonathan Gardner 2003-08-08 16:40:20 Re: Perfomance Tuning
Previous Message Paul Thomas 2003-08-08 11:28:00 Re: Perfomance Tuning