MAX degree of parallelism on 4 sockets with 4 cores

Alen Cappelletti 1,047 Reputation points
2023-12-01T18:01:08.1533333+00:00

Hi all,

I found on a server MAX degree of parallelism a 2 as value.

SQL Server detected 4 sockets with 4 cores per socket and 4 logical processors per socket, 16 total logical processors; using 16 logical processors based on SQL Server licensing.

I thought 4 was the correct value.. I would like confirmation.

Thanks ALEN

SQL Server | Other
{count} votes

Accepted answer
  1. Dan Guzman 9,406 Reputation points
    2023-12-01T18:41:07.99+00:00

    The "correct" value for "MAX degree of parallelism" depends on your workload. Both 2 and 4 MAXDOP settings are within the "Keep MAXDOP at or below # of logical processors per NUMA node" recommendation.

    I suggest the lower setting on servers with a highly transactional OLTP workload to help mitigate the potential impact parallel reporting type queries might have on the more critical transactional workload.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.