Re: Overhead for stats_command_string et al, take 2

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Overhead for stats_command_string et al, take 2
Date: 2006-06-22 20:00:50
Message-ID: 449AF6F2.2030109@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:

> The bad news is that except in the stats_command_string cases, HEAD
> is noticeably slower than 8.1 on the machine with slow gettimeofday.
> In the single-transaction test this might be blamed on the addition
> of statement_timestamp support (which requires a gettimeofday per
> statement that wasn't there in 8.1) ... but in the one-transaction-
> per-statement tests that doesn't hold water, because each branch is
> doing a gettimeofday per statement, just in different places.
>
> Can anyone else reproduce this slowdown? It might be only an artifact
> of these particular builds, but it's a bit too consistent in my x86 data
> to just ignore.

This is what I get on a fast AMD Dual Opteron box(Running Debian
Sarge/AMD64):

8.1.4 HEAD
1000000 SELECT 1; 74,74,73 77,76,77
stats_command_string=1; 105,99,106 78,79,78
log_min_duration_statement=100 79,80,81 75,80,76
statement_timeout=100 78,79,78 75,79,77
all 3 104,108,107 82,81,81

all values in seconds with 3 consecutive runs of one million "SELECT 1;"
queries. It takes about 48 seconds to run the same test without
stat-collection btw.

Stefan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message PFC 2006-06-22 20:03:22 Re: vacuum, performance, and MVCC
Previous Message David Fetter 2006-06-22 19:55:52 Re: vacuum, performance, and MVCC

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-06-22 20:49:04 Re: Overhead for stats_command_string et al, take 2
Previous Message Magnus Hagander 2006-06-22 13:58:58 Re: MS-VC build patch