Reading Postgres Execution Plans doesn't have to be so complicated
In this blog post, we’ll see
What is an SQL Execution Plan?
Why it is important
Which tools can we use to read the plan
What is an SQL Execution Plan?
Postgres documentation says: The execution plan shows how the table(s) referenced by the state...
metis.hashnode.dev6 min read