Re: Oracle RAC Stored Procedure scalability
- From: HansF <Fuzzy.Greybeard@xxxxxxxxx>
- Date: Thu, 03 Aug 2006 04:07:44 GMT
On Wed, 02 Aug 2006 20:50:22 -0700, Jim Kennedy wrote:
<waihunglo@xxxxxxxxx> wrote in message
news:1154576650.248074.68310@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi all,
Just wonder how the oracle rac facilitate the stored procedure
scalability issue? Any experience that we can share. Does the oracle
run the stored procedure on a single member of cluster? Is there any
way that make the stored procedure horizontally scale?
I guess one of the possible way is to partition data and issue stored
procedure call on different members of cluster. Does it induce the
network overhead in order to synchronized the table content across the
members of the cluster.
Thanks in advance.
Ivan Lo
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.
.
- Follow-Ups:
- Re: Oracle RAC Stored Procedure scalability
- From: Serge Rielau
- Re: Oracle RAC Stored Procedure scalability
- References:
- Oracle RAC Stored Procedure scalability
- From: waihunglo
- Re: Oracle RAC Stored Procedure scalability
- From: Jim Kennedy
- Oracle RAC Stored Procedure scalability
- Prev by Date: Re: Oracle RAC Stored Procedure scalability
- Next by Date: BMC SQL Backtrack for Oracle on AIX 5.1
- Previous by thread: Re: Oracle RAC Stored Procedure scalability
- Next by thread: Re: Oracle RAC Stored Procedure scalability
- Index(es):
Relevant Pages
|
Loading