Re: Re: [ADMIN] v7.1b4 bad performance - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: Re: [ADMIN] v7.1b4 bad performance
Date
Msg-id 3A90D607.C03221D5@tpf.co.jp
Whole thread Raw
In response to Re: [ADMIN] v7.1b4 bad performance  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Re: [ADMIN] v7.1b4 bad performance  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
>
> I wrote:
> > Thus, our past arguments about whether a few microseconds of delay
> > before commit are a good idea seem moot; we do not have any portable way
> > of implementing that, and a ten millisecond delay for commit is clearly
> > Not Good.
>
> I've now finished running a spectrum of pgbench scenarios, and I find
> no case in which commit_delay = 0 is worse than commit_delay > 0.
> Now this is just one benchmark on just one platform, but it's pretty
> damning...
>

In your test cases I always see "where bid = 1" at "update branches"
i.e.
  update branches set bbalance = bbalance + ... where bid = 1

ISTM there's no multiple COMMIT in your senario-s due to
their lock conflicts.

Regards,
Hiroshi Inoue

pgsql-hackers by date:

Previous
From: Sascha Schumann
Date:
Subject: Re: PHP 4.0.4pl1 / Beta 5
Next
From: Marko Kreen
Date:
Subject: Re: Bug: aliasing in ORDER BY when UNIONing