Re: Multiprocessor performance - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Multiprocessor performance
Date
Msg-id 15142.991749896@sss.pgh.pa.us
Whole thread Raw
In response to Multiprocessor performance  ("Valentin Puente" <vpuente@atc.unican.es>)
List pgsql-hackers
"Valentin Puente" <vpuente@atc.unican.es> writes:
> Ok...well I'm running this benchmarks in different SMP machines (SGI with 4
> to 8 processors and the results are odd). The best performance is achieved
> with just one backend (1 client). When I try to run more clients the tps
> falls quickly.

What scale factor (-s parameter for pgbench init) are you using for the
benchmark?

At scale factor 1, there's only one "branch" row, so all the
transactions have to update the same row and naturally will spend most
of their time waiting to do so.

You want scale factor >> # of concurrent clients to avoid interlock
effects.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Strange query plan
Next
From: Tom Lane
Date:
Subject: Re: Strange query plan