<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://rentacoder.com/CS/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SQL Server 2005 performance testing with hyperthreading and MAX DOP</title><link>http://rentacoder.com/CS/blogs/real_life_it/archive/2006/04/18/SQL_Server_2005_performance_testing_with_hyperthreading_and_MAX_DOP.aspx</link><description>There's been alot of negative publicity about hyperthreading (see "Hyperthreading hurts server performance, say developers" which is all over the net...including: http://news.zdnet.co.uk/0,39020330,39237341,00.htm) We had been experiencing disapointing</description><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Build: 60217.2664)</generator><item><title>re: SQL Server 2005 performance testing with hyperthreading and MAX DOP</title><link>http://rentacoder.com/CS/blogs/real_life_it/archive/2006/04/18/SQL_Server_2005_performance_testing_with_hyperthreading_and_MAX_DOP.aspx#467</link><pubDate>Thu, 27 Apr 2006 03:09:33 GMT</pubDate><guid isPermaLink="false">2b679553-572d-4457-89da-485055e17287:467</guid><dc:creator>arbert</dc:creator><description>The biggest negative impact of hyperthreading is mainly related to the operating system. &amp;nbsp;In the days of W2k, Microsoft would sometimes recommend you disable hyperthready because the base operating system saw the logical CPUs as physical CPUs and would allocate work accordingly--this could cause things to slow down quite a bit.&lt;br&gt;&lt;br&gt;You'll find that most operating systems support it quite well now.&lt;br&gt;&lt;br&gt;As far as MAXDOP, it really depends on the query--sometimes it will make a difference, sometimes it won't. &amp;nbsp;Another thing that really affects the performance of a parallel plan is the other activity that is happening on the SQL Server at the same time. &amp;nbsp;The estimated execution plan can be quite different from the actual execution plan.</description></item></channel></rss>