December 16, 2015 at 8:19 am
hi SQL family,
which statement regarding maxdop is true as I am slightly confused...
1)MAXDOP limits the number of logical processors that can be used for a given query?
2)MAXDOP constrains the number of threads per operator within the query?
December 16, 2015 at 9:25 am
MAXDOP restricts the number of CPUs that can be used in a parallel query plan. MAXDOP 0 let's SQL Server use as many as SQL Server wants (up to 64 CPUs).
-- Itzik Ben-Gan 2001
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy