Re: Benchmarking

From: Chris Travers <chris(at)travelamericas(dot)com>
To: mixo <mixo(at)beth(dot)uniforum(dot)org(dot)za>
Cc: "pgsql-general (at) postgresql (dot) org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Benchmarking
Date: 2003-07-08 17:25:02
Message-ID: 3F0AFE6E.4030100@travelamericas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Pohl 2003-07-08 17:25:30 Re: Stored Procedure Assistance
Previous Message Richard Huxton 2003-07-08 17:21:42 Re: SQL Functions and plan time