Difference between revisions of "EXPLAIN ANALYZE (PostgreSQL)"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
 
* [[EXPLAIN ANALYZE (MySQL)]]
 
* [[EXPLAIN ANALYZE (MySQL)]]
 
* [[EXPLAIN]]
 
* [[EXPLAIN]]
 
+
* [[EXPLAIN VERBOSE]] (PostgresSQL)
  
 
== See also ==
 
== See also ==

Revision as of 06:46, 6 August 2021

EXPLAIN [ ( option [, ...] ) ] statement
EXPLAIN [ ANALYZE ] [ VERBOSE ] statement

where option can be one of:

    ANALYZE [ boolean ]
    VERBOSE [ boolean ]
    COSTS [ boolean ]
    BUFFERS [ boolean ]
    FORMAT { TEXT | XML | JSON | YAML } 


Related terms

See also

Advertising: