Re: Benchmarking - Mailing list pgsql-general

From Chris Travers
Subject Re: Benchmarking
Date
Msg-id 3F0AFE6E.4030100@travelamericas.com
Whole thread Raw
In response to Re: Benchmarking  (Paul Thomas <paul@tmsl.demon.co.uk>)
Responses Re: Benchmarking  (mixo <mixo@beth.uniforum.org.za>)
List pgsql-general
Re performance tuning-- PostgreSQL is configured out of the box to start
on just about anything.  It is not configured for performance.   If you
want decent performance with many concurrent connections, try setting
the shared_buffers to 1000 and make sure that Postgresql will start.
That is a good place to start.

Apache2 comes with a benchmarking tool called ab that I have found
useful.  I am not familiar with others.


pgsql-general by date:

Previous
From: Michael Pohl
Date:
Subject: Re: Stored Procedure Assistance
Next
From: Richard Huxton
Date:
Subject: Re: Stored Procedure Assistance