SQL indexes
Learn to use indexes in PostgreSQL to create faster queries and analyze the plan of query execution
Currently in DRAFT
What’s an index
Types of index
Using PLAN to review if we’re using an index
Multiple indexes
Exercises
Solve them in the query editor.