The 6 core processor should offer a clear edge but these AMD
processors are cited for relatively slow L3 cache speeds compared to
their Intel counterparts.
4-Core Intel Xeon E5520 (2.26 GHz) Processor VS
6-Core AMD Opteron Model 2425 HE (2.1GHz} Processor
Any comments?
--
Sent via pgsql-general mailing list (pgsql-...@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
I'm running the 2.2GHz AMD part in production in a 12 core server and
it's quite fast as a pgsql server. Sadly, I have no Nehalem processor
to compare it to.
At this point, the new Opterons close a lot of gap against Intel's
designs, but the gap is still there. It can be easy to justify AMD
purchases anyway on a cost/power basis, as Intel's stuff is still
expensive and might run hotter for some workloads. But make no
mistake: if you want the best possible performance without going
completely crazy price-wise, Intel still owns that category, for one or
two processor installs at least. Some of AMD's redesign aims to help in
larger servers with 4 processors instead, the "HT Assist" feature. See
http://arstechnica.com/hardware/news/2009/06/they-might-be-profitable-amds-six-core-istanbul-reviewed.ars
for an intro. I'm not optimistic for AMD here though either. By the
time we start seeing those, Intel will have their Nehalem-EX chips out,
which given Intel's track record I expect will return them to crushing
AMD at the high-end again.
Returning to the real world of database performance, every dollar spent
on your processors and expensive memory is one you can't spend on disks
instead, so in reality AMD's cost effectiveness can make for a better
overall database system at the same price point. If you really need a
lot of disks to make your app performance well, better to focus on that
rather than trivia like how fast stuff moves around the memory bus.
--
Greg Smith 2ndQuadrant Baltimore, MD
PostgreSQL Training, Services and Support
gr...@2ndQuadrant.com www.2ndQuadrant.com
Returning to the real world of database performance, every dollar spent on your processors and expensive memory is one you can't spend on disks instead, so in reality AMD's cost effectiveness can make for a better overall database system at the same price point. If you really need a lot of disks to make your app performance well, better to focus on that rather than trivia like how fast stuff moves around the memory bus.