Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle RAC cost justification?

RE: Oracle RAC cost justification?

From: Jesse, Rich <Rich.Jesse_at_quadtechworld.com>
Date: Fri, 3 Jun 2005 09:00:10 -0500
Message-ID: <FB5D3CCFCECC2948B5DCF4CABDBE66971FF9C9@QTEX1.qg.com>


I need some help with the argument about the VAX and Alpha architectures here, Mladen! I've been away from it too long...

Rich

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Tim Gorman Sent: Thursday, June 02, 2005 11:56 PM
To: oracle-l_at_freelists.org
Subject: Re: Oracle RAC cost justification?

SMP (a.k.a. "symmetric multiprocessing") actually exists in only one platform -- IBM. That's why it only scales to 32 CPUs, because the problem
is connections. You can only connect so many CPUs to the same memory. But
they are all "equi-distant" from any address in memory.

Other platforms are actually closer to what used to be called NUMA (a.k.a.
"non-uniform memory access"), because CPUs and RAM are clustered
together on
boards that communicate over a bus, thus causing some memory to be
"closer"

to some CPUs than other. If a CPU wants info from memory address XXX, then
perhaps that is available on the same board, no need to go over the bus. However, if that same CPU wants info from memory address YYY, then perhaps
that is on another board, so we have to go across the bus to the other board. Sun and HP architectures fall into this category, even though both
are commonly referred to as "SMP" as well.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jun 03 2005 - 10:05:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US