Today I am going to share another real-world scenario that I often encounter while working on  Comprehensive Database Performance Health Check at my client’s place. Today we are going to discuss if we should keep Optimize for Ad Hoc Workloads true or false. Let us see a detailed video about it.
Here is the blog post which discusses Optimize for Ad Hoc Workload setting in detail. SQL SERVER – AdHoc Queries and Optimize for Adhoc Workloads. Here is the video about Optimize for Ad Hoc Workloads.
Please make sure that you do not change any SQL Server configuration without doing proper testing. There are so many different settings and one needs to make sure that changing any one settings does not reduce the performance of your server overall. If you are confused with any settings, you can always reach out to me and I Will be happy to help.
Well, that’s it for today. If you liked this video, please do not forget to subscribe to my YouTube Channel – SQL in Sixty Seconds.
Here are my few recent videos and I would like to know what is your feedback about them.
- One Query Many Plans – SQL in Sixty Seconds #171
- Best Value for Maximum Worker Threads – SQL in Sixty Seconds #170
- Copy Database – SQL in Sixty Seconds #169
- 9 SQL SERVER Performance Tuning Tips – SQL in Sixty Seconds #168
- Excel – Sum vs SubTotal – SQL in Sixty Seconds #167
- 3 Ways to Configure MAXDOP – SQL in Sixty Seconds #166
- Get Memory Details – SQL in Sixty Seconds #165
- Get CPU Details – SQL in Sixty Seconds #164
- Shutdown SQL Server Via T-SQL – SQL in Sixty Seconds #163
- SQL Server on Linux – SQL in Sixty Seconds 162
- Query Ignoring CPU Threads – SQL in Sixty Seconds 161
- Bitwise Puzzle – SQL in Sixty Seconds 160
- Find Expensive Queries – SQL in Sixty Seconds #159
- Case-Sensitive Search – SQL in Sixty Seconds #158
- Wait Stats for Performance – SQL in Sixty Seconds #157
- Multiple Backup Copies Stripped – SQL in Sixty Seconds #156
Reference:Â Pinal Dave (http://blog.SQLAuthority.com)
5 Comments. Leave new
Pinal, again, the question (not clarified in that post or your comment here) is “what if the value is GREATER than 20-30%”? Since you’re repeated this, are you really meaning to leave it that you’re not comfortable proposing what people should do if their numbers or either higher or lower than that range? that you only want to make a recommendation for that SPECIFIC range? It seems odd, and I really feel like there’s a misunderstanding, but if you’ll confirm this is what you mean, it would at least help those left wondering.
BTW, about the correction offered in the comments, I appreciate that readers were helping each other there. My point in asking about it here was under the hope that you may want to incorporate that change into the code you had offered (with a comment that you were updating it), so that people need not have to read the comments to avoid the error.
As always, just trying to help.
Hi Charlie,
The recommendation is pretty simple – If your adhoc plan cache is 20-30% of total Plan Cache, you should turn on the Optimize for Ad Hoc Workloads.
If it is not in that range, leave it as it is.
Thanks Charlie, I appreciate your thoughts.