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.
- SQL SERVER – Turning Off Priority Boost Server Configuration Option on SSMS 18 Onwards
- SQL SERVER – Priority Boost and SSMS 18
- SQL SERVER – Boost SQL Server Priority and SSMS 18
Reference:Â Pinal Dave (https://blog.sqlauthority.com)Â
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.Â