THE SQL Server Blog Spot on the Web
Welcome to SQLblog.com - The SQL Server blog spot on the web Sign in | Join | Help
in Search

Browse by Tags

All Tags » Performance   (RSS)
Showing page 1 of 13 (125 total posts)
  • Performance Impact: Some Data Points on Read-Ahead

    In the next series of posts, I'll focus on SQL Server I/O, revisiting some common issues and taking a closer look at some others. In each post and as always, I'll make the case with specific data points from my tests. For the first two posts in this series, let me check out the read-ahead technique used by SQL server. Read-ahead is an important ...
    Posted to Linchi Shea (Weblog) by Linchi Shea on July 4, 2008
  • Re: Performance issues with MARS with more than 10 logical connection

    10 logical connections is a hard limit (see http://blogs.msdn.com/angelsb/archive/2005/01/13/352718.aspx and http://blogs.msdn.com/angelsb/archive/2004/09/07/226597.aspx for more details). If you go over this limit, it gets expensive from a performance standpoint. Also see ...
    Posted to SQL Server (Forum) by Peter DeBetta on June 26, 2008
  • performance and security of JPA vs stored procedures

    As a DBA I have always used stored procedures to access database data for the myriad of reasons that we all are aware of. My current project has made the decision to forgo stored procedures and access data directly from the underlying tables by means of JPA. I understand the concept of persistence, but I have seen any analysis that addresses my ...
    Posted to SQL Server (Forum) by mcginn on June 5, 2008
  • Did You Know? Free SQL Server Troubleshooting Tools

    I'm very excited about the new Management Data Warehouse coming in SQL Server 2008 (which was called Performance Studio at one point), but keep in mind there are lots of available tools in the current versions. One of the students in my class last week put together this list of his favorites. Note that some of the tools can be used together. For ...
    Posted to Kalen Delaney (Weblog) by Kalen Delaney on May 17, 2008
  • SQL Server 2008 Page Compression: Performance impact on table scans

    My previous post shows that data compression may not come for free, although hopefully by the RTM time the adverse performance impact on inserts will have been reduced significantly. In this post, I want to show you that data compression can enhance read performance. Intuitively, data compression may reduce the number of pages SQL Server ...
    Posted to Linchi Shea (Weblog) by Linchi Shea on May 16, 2008
  • SOS_SCHEDULER_YIELD

    You might encounter a situation, under a very heavy workload, where processing for certain transactions starts out very efficiently, but over time becomes much less efficient.    A good place to start troubleshooting is, of course, PerfMon.  But PerfMon can fail to reveal the culprit, since the CPU can remain stable and moderate ...
    Posted to Kevin Kline (Weblog) by KKline on May 14, 2008
  • SQL Server 2008 Page Compression: Performance impact on inserts

    Before I begin, let me be very clear that the results I report in this post were obtained with SQL Server 2008 CTP6. Microsoft is still working on improving the performance of data compression. And in particular, the performance of inserting into a compressed table is expected to be significantly enhanced in SQL Server 2008 RTM. In my previous ...
    Posted to Linchi Shea (Weblog) by Linchi Shea on May 12, 2008
  • SQL Server 2008 Page Compression: Using multiple processors

    SQL Server 2008 has introduced a long sought after feature -- Data Compression. This is a great feature, and I have no doubt it'll be widely used. The key compression method is called page compression, which uses the following three techniques to reduce the space taken up by duplicates on a page: Row compression. This technique changes the ...
    Posted to Linchi Shea (Weblog) by Linchi Shea on May 5, 2008
  • MIRRORING THROTTLES BACKLOG

    For some reason, the title of this blog post makes me grin because it evokes a mental image of one guy trying to comically strangle another guy.  But I digress…   Speaking at a user group meeting recently, an attendee asked whether the mirroring process had any capability to speed up or slow down its workload according to the amount of ...
    Posted to Kevin Kline (Weblog) by KKline on May 2, 2008
  • NUMA AND TCP PORT AFFINITY

    If you’ve ever taken the time to read http://www.tpc.org/results/FDR/TPCC/hp_orca1tb_win64_fdr.pdf, you might find a bit in there that’s confusing.   ''Microsoft SQL Server 2005 Enterprise Edition 64-bit Service Pack 1 was configured to utilize ''soft NUMA'', a feature that allows network connections to be affined to specific groups of CPUs ...
    Posted to Kevin Kline (Weblog) by KKline on April 24, 2008
1 2 3 4 5 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement