Re: Performance drop after upgrading to 8.4.4?

From: Max Williams <Max(dot)Williams(at)mflow(dot)com>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Performance drop after upgrading to 8.4.4?
Date: 2010-06-07 12:34:51
Message-ID: 0357196CB603794BB76F4F6B373F27330506EACE36@SERVER.ddnglobal.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

No one has had this problem??? Should I perhaps direct this to the developers list?
Cheers,
Max

From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Max Williams
Sent: 03 June 2010 14:22
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] Performance drop after upgrading to 8.4.4?

Hi,
I was doing some benchmarking while changing configuration options to try to get more performance out of our postgresql servers and noticed that when running pgbench against 8.4.3 vs 8.4.4 on identical hardware and configuration there is a large difference in performance. I know tuning is a very deep topic and benchmarking is hardly an accurate indication of real world performance but I was still surprised by these results and wanted to know what I am doing wrong.

Hardware specs are:
2x Quad core Xeons 2.4Ghz
16GB RAM
2x RAID1 7.2k RPM disks

Relevant Postgresql Configuration:
max_connections = 1000
shared_buffers = 4096MB
temp_buffers = 8MB
max_prepared_transactions = 1000
work_mem = 8MB
maintenance_work_mem = 512MB
wal_buffers = 8MB
checkpoint_segments = 192
checkpoint_timeout = 30min
effective_cache_size = 12288MB

Results for the 8.4.3 (8.4.3-2PGDG.el5) host:
[root(at)some-host ~]# pgbench -h dbs3 -U postgres -i -s 100 pgbench1 > /dev/null 2>&1 && pgbench -h dbs3 -U postgres -c 100 -t 100000 pgbench1
starting vacuum...end.
transaction type: TPC-B (sort of)
scaling factor: 100
query mode: simple
number of clients: 100
number of transactions per client: 100000
number of transactions actually processed: 10000000/10000000
tps = 4612.734318 (including connections establishing)
tps = 4613.308264 (excluding connections establishing)

Results for the 8.4.4 (8.4.4-1PGDG.el5) host:
[root@ some-host ~]# pgbench -h dbs4 -U postgres -i -s 100 pgbench1 > /dev/null 2>&1 && pgbench -h dbs4 -U postgres -c 100 -t 100000 pgbench1
starting vacuum...end.
transaction type: TPC-B (sort of)
scaling factor: 100
query mode: simple
number of clients: 100
number of transactions per client: 100000
number of transactions actually processed: 10000000/10000000
tps = 2799.134267 (including connections establishing)
tps = 2799.451407 (excluding connections establishing)

Any input? I can reproduce these numbers consistently. By the way, I am a new postgresql user so my experience is limited.
Cheers,
Max

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ashesh Vashi 2010-06-07 12:44:17 Re: Error in 8.4.4-1 of windows installer from Enterprisedb
Previous Message 顾小波 2010-06-07 12:31:23 Re: Error in 8.4.4-1 of windows installer from Enterprisedb