Part 3: Optimizing Your Queries to Improve Performance
Whereas the previous two parts focused on query writing skills, this is the first chapter that focuses on performance. There are two chapters in this part to help you understand how queries are performing and how to improve that performance through query writing, query hints, and indexes:
- Chapter 9, Understanding Query Plans
- Chapter 10, Understanding the Impact of Indexes on Your Query Design