From: | David Rees <drees76(at)gmail(dot)com> |
---|---|
To: | Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Linux: more cores = less concurrency. |
Date: | 2011-04-11 22:11:29 |
Message-ID: | BANLkTimNy9Gdxp+wpY7D1xB9guNywLog-g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On Mon, Apr 11, 2011 at 6:04 AM, Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> wrote:
> The new server uses 4 x 8 core Xeon X7550 CPUs at 2Ghz, our current servers are 2 x 4 core Xeon E5320 CPUs at 2Ghz.
>
> What I'm seeing is when the number of clients is greater than the number of cores, the new servers perform better on fewer cores.
The X7550 have "Turbo Boost" which means they will overclock to 2.4
GHz from 2.0 GHz when not all cores are in use per-die. I don't know
if it's possible to monitor this, but I think you can disable "Turbo
Boost" in bios for further testing.
The E5320 CPUs in your old servers doesn't appear "Turbo Boost".
-Dave
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2011-04-11 22:39:38 | Re: Postgres 9 slave lagging |
Previous Message | Kevin Grittner | 2011-04-11 21:35:47 | Re: Linux: more cores = less concurrency. |