Re: PARALLEL_MAX_SERVERS value

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Wed, 26 Oct 2011 07:09:46 +0000
Message-ID: <43D812FCDBAB8948B2F14F61C4B1CD0A5AC35B74_at_SMXC001.trivadis.com>



Hi

> But CPUx10 es definitely too many because IMHO a CPU, either thread or core
> should not handle more than 4 requests, 10 is a lot!

FWIW at page 495 of TOP I wrote "...a value of 8-10 times the number of cores (in other words, the value of the initialization parameter cpu_count) is a good starting point".

I generally do not see a problem with such "high" values because:

- Slaves might be allocated to a specific execution but do nothing.
- Parallel processing is, generally, I/O bound. Especially with current CPUs you hit the I/O limit way before the system is CPU bound.
- Setting parallel_min_percent to values higher than the default (0) is in many cases not an option.

IMO "low" values are only good when you control what's going on and, therefore, you can avoid that there are too many downgrades.

In summary, I generally prefer to have a system where too many slaves are allocated as the opposite. It goes without saying that there are exceptions!

HTH
Chris Antognini

Troubleshooting Oracle Performance, Apress 2008 http://top.antognini.ch

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Oct 26 2011 - 02:09:46 CDT

Original text of this message