November 3, 2008 at 2:53 pm
SQL Server 2005:
Server Properties, Parallelism
Query wait:
the default value of -1 means the time is calculated as 25 times of the estimated query cost
Question: When will you use Parallelism, please give a few examples ?
Is it a good idea to use it ?
Regards
Kevin
November 3, 2008 at 3:04 pm
http://blogs.msdn.com/craigfr/archive/2006/10/25/the-parallelism-operator-aka-exchange.aspx
http://blogs.msdn.com/craigfr/archive/2006/11/16/parallel-hash-join.aspx
And here is a good article about parallelism in sqlservercentral.
http://www.sqlservercentral.com/articles/Configuring/managingmaxdegreeofparallelism/1029/
Also, see the discussion on this article.
SQL DBA.
November 3, 2008 at 7:13 pm
For the most part, leaving the optimizer to control when to use parallelism is the best thing. There are instances where you get waits that are parallelism introduced, and using the MAXDOP option is better for performance.
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply