Re: Perfomance Tuning - Mailing list pgsql-performance

From Paul Thomas
Subject Re: Perfomance Tuning
Date
Msg-id 20030808122800.A10464@bacon
Whole thread Raw
In response to Perfomance Tuning  (mixo <mixo@coza.net.za>)
List pgsql-performance
On 08/08/2003 11:28 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. 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.


It doesn't sound like a particlarly heavy loading to me. I'd start off
with something like

shared_buffers = 2000
sort_mem = 1024
max_coonections = 100

and see how it performs under normal business loading.

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants         |
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+

pgsql-performance by date:

Previous
From: "Shridhar Daithankar"
Date:
Subject: Re: Perfomance Tuning
Next
From: "scott.marlowe"
Date:
Subject: Re: Perfomance Tuning