Priority Boost and Performance – SQL in Sixty Seconds #131

Priority Boost and Performance - SQL in Sixty Seconds #131 131-PriorityBoost-yt-800x450 Enabling Priority Boost does not mean that you get performance from your SQL Server. It may be quite opposite. Learn it with the help of the official documentation in this SQL in the Sixty Seconds video.

If you look at the term priority boost, you may think this feature may be related to improving the SQL Server Performance but I can tell you confidently from my experience of  Comprehensive Database Performance Health Check that honestly instead of enabling when I disable it, we get necessary performance.

Here is the official Microsoft documentation which describes that the Priority Boost feature will be not supported in the future and it is a good idea to disable it on the server. Microsoft documentation also suggestions that we should not use this feature in the future as well.

In this SQL in the Sixty Seconds video, we discuss how we can check the current status of the configuration and how we can disable priority boost for our server.

If you are looking for the script used in this demonstration, you can easily find them over in the following blog posts.

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

SQL in Sixty Seconds, SQL Performance, SQL Server, SQL Server Configuration
Previous Post
SSMS Efficiency – Replace STAR – SQL in Sixty Seconds #130
Next Post
Insert Multiple Values into Multiple Tables in a Single Statement – SQL in Sixty Seconds #132

Related Posts

1 Comment. Leave new

  • @pinal – I am not sure if you experience this behavior or not. After we set the priority boost to false for the SQL Server Advance Property, we are seeing a rise in slow queries when a full backup is scheduled. We have four node SQL servers in HA/DR. The primary node is responsible for the full backup of the user database. 

    Reply

Leave a Reply