Parallelism in SQL Server - Torsten Strauß

preview_player
Показать описание
SQL Server can execute queries in parallel which can sometimes improve the performance of your queries. However, parallelism has its own challenges; therefore, we will look at the concept of parallel executions to understand when it makes sense to run a query on more than one thread. We deal with topics such as CXPacket, threads, workers, execution context, branches, MAXDOP, Cost threshold for parallelism, NUMA nodes and the iterators that SQL Server can implement in the execution plan to enable parallelism.
Рекомендации по теме
Комментарии
Автор

what procedure can I follow to identify the right value for the threshold? In general I find people suggest to 50. How to know the workload?

mauricioroldanramirez