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

From Greg Smith
Subject Re: New to PostgreSQL, performance considerations
Date
Msg-id Pine.GSO.4.64.0612140950460.11833@westnet.com
Whole thread Raw
In response to Re: New to PostgreSQL, performance considerations  (Ron <rjpeace@earthlink.net>)
Responses Re: New to PostgreSQL, performance considerations
Re: New to PostgreSQL, performance considerations
List pgsql-performance
On Wed, 13 Dec 2006, Ron wrote:

> The slowest results, Michael's, are on the system with what appears to be the
> slowest CPU of the bunch; and the ranking of the rest of the results seem to
> similarly depend on relative CPU performance.  This is not what one would
> naively expect when benching a IO intensive app like a DBMS.

pgbench with 3000 total transactions and fsync off is barely doing I/O to
disk; it's writing a bunch of data to the filesystem cache and ending the
benchmark before the data even makes it to the hard drive.  This is why
his results become completely different as soon as the number of
transactions increases. With little or no actual disk writes, you should
expect results to be ranked by CPU speed.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

pgsql-performance by date:

Previous
From: Evgeny Gridasov
Date:
Subject: EXPLAIN ANALYZE on 8.2
Next
From: Tom Lane
Date:
Subject: Re: Slow update with simple query