Difference between revisions of "EXPLAIN ANALYZE (PostgreSQL)"

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

Revision as of 06:39, 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: