Re: CPUs for new databases

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: CPUs for new databases
Date: 2010-10-26 20:54:07
Message-ID: 4CC73FEF.9020805@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 10/26/10 7:50 AM, Scott Marlowe wrote:
> For faster but fewer individual cores the Intels are pretty good. For
> way more cores, each being pretty fast and having enough memory
> bandwidth to use all those cores, the AMDs are very impressive. The
> Magny Cours AMDs are probably the best 4 socket cpus made.

In a general workload, fewer faster cores are better. We do not scale
perfectly across cores. The only case where that's not true is
maintaining lots of idle connections, and that's really better dealt
with in software.

So I've been buying Intel for the last couple years. Would love to see
some testing on database workloads.

--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mladen Gogala 2010-10-26 21:02:55 Re: Postgres insert performance and storage requirement compared to Oracle
Previous Message Merlin Moncure 2010-10-26 15:41:59 Re: Postgres insert performance and storage requirement compared to Oracle