Include more detail about output columns and active settings.
Section: EXPLAIN and Plan Analysis
EXPLAIN VERBOSE
sql
sql
EXPLAIN (ANALYZE, VERBOSE, BUFFERS, SETTINGS) SELECT * FROM orders WHERE customer_id = 42;Explanation
See summary for usage details.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing EXPLAIN and Plan Analysis