This chapter will introduce the Query Store, which is effectively a flight recorder for SQL Server T-SQL executions, allowing performance tracking over time and analysis of workload trends through rich UI reports that are included with SSMS.
We will also see how the Query Store integrates with the Query Plan Comparison, which was covered in Chapter 10, Comparative Analysis of Query Plans, for a complete UI-driven workflow for query performance insights.
This chapter covers the following topics:
- The Query Store
- Tracking expensive queries
- Fixing regressed queries