August 9, 2018 at 9:27 am
HI ,
I NEED HELP T CONFIGURE Max Degree of Parallelism
with best prectice configutarion from os:
i have :
1 nume socket ( 2.4 gh)
12 cores
24 logical proccesor
from SQL :
SELECT cpu_count,*
FROM [sys].[dm_os_sys_info]=24
I GET VALUE 24
what velua will bee good and correct for Max Degree of Parallelism .
thank you vary much for helping
sql 2017 standard edition
sharon
August 9, 2018 at 9:39 am
Here's the recommendation from Microsoft
https://support.microsoft.com/en-us/help/2806535/recommendations-and-guidelines-for-the-max-degree-of-parallelism-confi
August 9, 2018 at 9:42 am
August 11, 2018 at 4:03 am
sharon-472085 - Thursday, August 9, 2018 9:27 AMHI ,
I NEED HELP T CONFIGURE Max Degree of Parallelism
with best prectice configutarion from os:i have :
1 nume socket ( 2.4 gh)
12 cores
24 logical proccesorfrom SQL :
SELECT cpu_count,*
FROM [sys].[dm_os_sys_info]=24I GET VALUE 24
what velua will bee good and correct for Max Degree of Parallelism .
thank you vary much for helpingsql 2017 standard edition
sharon
Quick question, have you checked / set the value for the parallelism cost threshold?
😎
August 11, 2018 at 5:43 pm
I can't speak for anyone else but I've had great success in setting maxdop so than no one process can use more than 25% of the CPUs available and then, like the MS recommendation, if that number is larger than 8, is use the number 8.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply