DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: How to prevent CPU's overloading while using Parallel Query

Threaded View

  1. #1
    Join Date
    Feb 2008
    Posts
    31

    How to prevent CPU's overloading while using Parallel Query

    Hi,

    I have short question :

    I would like to implement PQ on select using hint : /*+ parallel(alias,DOP) */
    How to prevent cpu’s from overloading using DOP parameter ?
    Use more or less DOP ?

    I would like to use DOP for this task because it is simplest way in my opinion.
    I know about resource manager but it requires some time and testing to implement.

    We have two separate databases ran on computer with 8 CPU’s, so using parameter : parallel_adaptive_multi_user won’t be good solution, I think.

    ------------------------------------------------
    Regarding using resource manager : How to implement directive for some group : NOT to using first CPU at all and use other CPU's left in machine ?


    Best Regards
    Arek Masny
    Last edited by amasny; 11-07-2008 at 08:28 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width