Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle RAC Stored Procedure scalability
On Wed, 02 Aug 2006 20:50:22 -0700, Jim Kennedy wrote:
> > <waihunglo_at_gmail.com> wrote in message > news:1154576650.248074.68310_at_75g2000cwc.googlegroups.com...
> > The different members of the cluster all access the same disk. So if the > sql statements can scale horizontillay then the stored proc can > Jim
In support of that, if the SQL statement can take advantage of parallelism on an SMP box, it can also take advantage of RAC.
The network traffic concern is somewhat valid until you realize that a separate network (including separate network cards) is needed for RAC interconnect purposes anyway.
The question implies some holes in basic understanding of RAC architecture. As that is too large a topic to review in a newsgroup, I'd suggest it's time to hit the RAC concepts books (again).
-- Hans Forbrich (mailto: Fuzzy.GreyBeard_at_gmail.com) *** Feel free to correct me when I'm wrong! *** Top posting [replies] guarantees I won't respond.Received on Wed Aug 02 2006 - 23:07:44 CDT
![]() |
![]() |