Maxdop

Tag: maxdop

Parallelism and tempdb data file usage in SQL Server

Parallelism and tempdb data file usage in SQL Server

on January 3, 2017

I’m sometimes asked if the number of CPU cores used by a query determines the number of tempdb files that the query can use.

Good news: even a single threaded query can use multiple tempdb data files.

Continue reading

MAXDOP of Confusion (Dear SQL DBA Episode 8)

MAXDOP of Confusion (Dear SQL DBA Episode 8)

Learn howΒ to configure the Max Degree of Parallelism and Cost Threshold for Parallelism settings in SQL Server - and howΒ SQL Server 2014 SP2 and SQL Server 2016 change the way that SQL Server automatically configures some SQL Servers with lots of cores.

Continue reading