SQLAuthority News – Download Whitepaper – Understanding and Controlling Parallel Query Processing in SQL Server

Posted by pinaldave on SQL Authority See other posts from SQL Authority or by pinaldave
Published on Tue, 16 Nov 2010 01:30:22 +0000 Indexed on 2010/12/06 16:58 UTC
Read the original article Hit count: 859

My recently article SQL SERVER – Reducing CXPACKET Wait Stats for High Transactional Database has received many good comments regarding MAXDOP 1 and MAXDOP 0. I really enjoyed reading the comments as the comments are received from industry leaders and gurus. I was further researching on the subject and I end up on following white paper written by Microsoft.

Understanding and Controlling Parallel Query Processing in SQL Server

Data warehousing and general reporting applications tend to be CPU intensive because they need to read and process a large number of rows. To facilitate quick data processing for queries that touch a large amount of data, Microsoft SQL Server exploits the power of multiple logical processors to provide parallel query processing operations such as parallel scans. Through extensive testing, we have learned that, for most large queries that are executed in a parallel fashion, SQL Server can deliver linear or nearly linear response time speedup as the number of logical processors increases. However, some queries in high parallelism scenarios perform suboptimally. There are also some parallelism issues that can occur in a multi-user parallel query workload. This white paper describes parallel performance problems you might encounter when you run such queries and workloads, and it explains why these issues occur. In addition, it presents how data warehouse developers can detect these issues, and how they can work around them or mitigate them.

To review the document, please download the Understanding and Controlling Parallel Query Processing in SQL Server Word document.

Note: Above abstract has been taken from here.

The real question is what does the parallel queries has made life of DBA much simpler or is it looked at with potential issue related to degradation of the performance?

Reference: Pinal Dave (http://blog.sqlauthority.com)


Filed under: SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, SQL White Papers, SQLAuthority News, T SQL, Technology

© SQL Authority or respective owner

Related posts about sql

Related posts about SQL Authority