Training
PostgreSQL Fundamentals: Explain
In this course, you will learn how to use the EXPLAIN command to gain insight into the execution of your SQL query. This includes how long your query would run, and how many resources it would consume.
Prerequisites: Taken the PostgreSQL Fundamentals course