Re: cpu comparison

From: Greg Smith <greg(at)2ndquadrant(dot)com>
To: "M(dot) D(dot)" <lists(at)turnkey(dot)bz>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: cpu comparison
Date: 2011-07-19 00:47:05
Message-ID: 4E24D409.2070500@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

M. D. wrote:
> I'm a bit surprised as the x3450 has DDR3, while the E5335 has DDR2,
> and of course because of the cycle speed difference alone I would
> think the X3450 should beat the E5335.

Try comparing them with stream-scaling to see what happens:

https://github.com/gregs1104/stream-scaling

You can't really test CPU performance in a simple way anymore; it varies
depending on the number of processes running at once. This test is the
best way I've found to show how that works. On a single thread, the
X3450 may not be significantly better than the E5535. But what should
happen is that total speed keeps going up as you add more threads on the
newer system, while the old DDR2 model stays as the same basic total.

--
Greg Smith 2ndQuadrant US greg(at)2ndQuadrant(dot)com Baltimore, MD

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Andy 2011-07-19 01:33:50 Re: BBU still needed with SSD?
Previous Message Greg Smith 2011-07-19 00:39:57 Re: BBU still needed with SSD?