Re: New to PostgreSQL, performance considerations - Mailing list pgsql-performance

From Joshua D. Drake
Subject Re: New to PostgreSQL, performance considerations
Date
Msg-id 1166065359.6494.16.camel@localhost.localdomain
Whole thread Raw
In response to Re: New to PostgreSQL, performance considerations  (Josh Berkus <josh@agliodbs.com>)
Responses Re: New to PostgreSQL, performance considerations
List pgsql-performance
On Wed, 2006-12-13 at 18:36 -0800, Josh Berkus wrote:
> Bruce,
>
> > pgbench is designed to be a general benchmark, meanining it exercises
> > all parts of the system.  I am thinking just reexecuting a single SELECT
> > over and over again would be a better test of the CPU optimizations.
>
> Mostly, though, pgbench just gives the I/O system a workout.  It's not a
> really good general workload.

It also will not utilize all cpus on a many cpu machine. We recently
found that the only way to *really* test with pgbench was to actually
run 4+ copies of pgbench at the same time.

J


>
--

      === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
             http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate




pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: New to PostgreSQL, performance considerations
Next
From: Tom Lane
Date:
Subject: Re: New to PostgreSQL, performance considerations