Re: RAC PARALLEL

From: Sanjay Mishra <smishra_97_at_yahoo.com>
Date: Thu, 13 Oct 2011 06:09:11 -0700 (PDT)
Message-ID: <1318511351.54392.YahooMailNeo_at_web161201.mail.bf1.yahoo.com>



Thanks Andrew. I was not aware of this and found late that 11g R2 has got the following new parameters.
1,PARALLEL_DEGREE_POLICY:
2,PARALLEL_MIN_TIME_THRESHOLD:
3,PARALLEL_DEGREE_LIMIT:
4,PARALLEL_FORCE_LOCAL:

This is what I found yesterday when I mentioned in the last update that Old Instrance_groups and PARALLEL,.. are deprecated in 11g R2 and even still there for backward compatability. This is what I was trying to set today to restrict the Parallel to Local Node.

Regards
Sanjay



From: Andrew Kerber <andrew.kerber_at_gmail.com> To: mwf_at_rsiz.com
Cc: tim_at_evdbt.com; Sanjay Mishra <smishra_97_at_yahoo.com>; oracle-l_at_freelists.org Sent: Thursday, October 13, 2011 8:41 AM Subject: Re: RAC PARALLEL

I'm surprised no one mentioned this.  If this is 11g there is a parameter called parallel_force_local.  Make sure this is set to true.  If not, you can end up running parallel operations on remote nodes, which will both adversely affect operations on other nodes, but will also cause massive gc waits when data is returned unless you have a very high speed interconnect (ie, at least 10 gigabit).  On 10g this is done by setting the parallel groups and such, I would have to look it up to find the exact details. 

As others have mentioned, it is unlikely that parallel is a good idea on OLTP, but but some of the other parameters you need to look at are parallel_min_servers, parallel_max_servers.  I have found that setting the parallel_min_servers saves a lot of time in the startup of parallel queries and parallel_max_servers will help keep the load down at high usage times.

(note: resent because I overquoted a few minutes ago).

-- 
Andrew W. Kerber

'If at first you dont succeed, dont take up skydiving.'
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 13 2011 - 08:09:11 CDT

Original text of this message