Chapter 4 took a deep dive into understanding execution plans. Now, we turn to what to do once the EXPLAIN command has been run and an execution plan is returned. Where do we start, if our goal is to improve the query execution plan?
The first step is to identify whether the query is a short query or a long query. This chapter focuses on optimizing short queries. You will learn how to identify ...