CHAPTER 15

image

Execution Plan Cache Behavior

Once all the processing necessary to generate an execution plan has been completed, it would be crazy for SQL Server to throw away that work and do it all again each time a query gets called. Instead, it saves the plans created in a memory space on the server called the plan cache. This chapter is going to walk through how you can monitor the plan cache in order to see how SQL Server reuses execution plans.

In this chapter, I cover the following topics:

  • How to analyze execution plan caching
  • Query plan hash and query hash as mechanisms for identifying queries to tune
  • Execution plans gone wrong and parameter ...

Get SQL Server Query Performance Tuning,Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.