Exercise: Indexes
83/108
No Title Text for this slide yet
Let's imagine another compound index
A common query is to find the ten highest rated beers ordered by
rating_score
first, and
created_at
second.
•
Run the query
•
Run the query with explain
•
Add the index
•
Run the query again with explain
•
Delete the index that you've created