OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5 - Mailing list pgsql-hackers

From markw@osdl.org
Subject OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5
Date
Msg-id 200311010018.hA10IMC24238@mail.osdl.org
Whole thread Raw
Responses Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5  (Rod Taylor <rbt@rbt.ca>)
Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5  (Manfred Spraul <manfred@colorfullife.com>)
Re: OSDL DBT-2 w/ PostgreSQL 7.3.4 and 7.4beta5  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers
I thought someone might be interested in a data point I have comparing
7.3.4 and 7.4beta5 with results from our DBT-2 workload. Keep in mind I
haven't done much tuning with either version.  The following links have
references iostat, vmstat, sar, readprofile (linux kernel profile), and
oprofile (postgresql profile) statistics.

Results from 7.3.4:http://developer.osdl.org/markw/dbt2-pgsql/184/- metric 1354.58

Results from 7.4beta5http://developer.osdl.org/markw/dbt2-pgsql/188/- metric 1446.01

7.4beta5 offers more throughput.  One significant difference I see is in
the oprofile for the database.  For the additional 7% increase in the
metric, there are about 32% less ticks in SearchCatCache.

These are the only database parameters I've explicitly set for each one,
any other differences will be differences in default values:- shared_buffers = 40000- tcpip_socket = true-
checkpoint_segments= 200- checkpoint_timeout = 1800- stats_start_collector = true- stats_command_string = true-
stats_block_level= true- stats_row_level = true- stats_reset_on_server_start = true
 

If anyone has any tuning recommendations for either 7.3 or 7.4, I'll be
happy to try them.  Or if anyone wants to be able to poke around on the
system, we can arrange that too.  Feel free to ask any questions.

-- 
Mark Wong - - markw@osdl.org
Open Source Development Lab Inc - A non-profit corporation
12725 SW Millikan Way - Suite 400 - Beaverton, OR 97005
(503) 626-2455 x 32 (office)
(503) 626-2436      (fax)


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: Vacuum thoughts
Next
From: "Andrew Dunstan"
Date:
Subject: Re: 7.4RC1 planned for Monday