Re: Linux: more cores = less concurrency. - Mailing list pgsql-performance

From Joshua D. Drake
Subject Re: Linux: more cores = less concurrency.
Date
Msg-id 8b76c51ad6db2e458431ef73bcdd2759@commandprompt.com
Whole thread Raw
In response to Re: Linux: more cores = less concurrency.  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Linux: more cores = less concurrency.
Re: Linux: more cores = less concurrency.
List pgsql-performance
On Mon, 11 Apr 2011 13:09:15 -0500, "Kevin Grittner"
<Kevin.Grittner@wicourts.gov> wrote:
> Glyn Astill <glynastill@yahoo.co.uk> wrote:
>
>> The new server uses 4 x 8 core Xeon X7550 CPUs at 2Ghz
>
> Which has hyperthreading.
>
>> our current servers are 2 x 4 core Xeon E5320 CPUs at 2Ghz.
>
> Which doesn't have hyperthreading.
>
> PostgreSQL often performs worse with hyperthreading than without.
> Have you turned HT off on your new machine?  If not, I would start
> there.

And then make sure you aren't running CFQ.

JD

>
> -Kevin

--
PostgreSQL - XMPP: jdrake(at)jabber(dot)postgresql(dot)org
   Consulting, Development, Support, Training
   503-667-4564 - http://www.commandprompt.com/
   The PostgreSQL Company, serving since 1997

pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Linux: more cores = less concurrency.
Next
From: Shaun Thomas
Date:
Subject: Re: Multiple index builds on same table - in one sweep?