Yes.
Use:
EXPLAIN <sql query> to get an explanation of how the query would be executed
or:
EXPLAIN ANALYZE <sql query> to get timings from a query execution.
Yes.
Use:
EXPLAIN <sql query> to get an explanation of how the query would be executed
or:
EXPLAIN ANALYZE <sql query> to get timings from a query execution.
Comments
Article is closed for comments.