Difference between revisions of "EXPLAIN ANALYZE (PostgreSQL)"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
<pre>EXPLAIN [ ( option [, ...] ) ] statement
 
<pre>EXPLAIN [ ( option [, ...] ) ] statement
EXPLAIN [ ANALYZE ] [ VERBOSE ] statement
+
EXPLAIN [ ANALYZE ] </pre>
 
 
where option can be one of:
 
 
 
    ANALYZE [ boolean ]
 
    VERBOSE [ boolean ]
 
    COSTS [ boolean ]
 
    BUFFERS [ boolean ]
 
    FORMAT { TEXT | XML | JSON | YAML } </pre>
 
  
  

Revision as of 06:52, 6 August 2021

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


Related terms

See also

Advertising: