git.postgresql.org Git - postgresql.git/commit
Tue, 7 Feb 2012 16:23:04 +0000 (11:23 -0500)
Tue, 7 Feb 2012 16:23:04 +0000 (11:23 -0500)
commit af7914c6627bcf0b0ca614e9ce95d3f8056602bf
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Sometimes it may be useful to get actual row counts out of EXPLAIN
(ANALYZE) without paying the cost of timing every node entry/exit.
With this patch, you can say EXPLAIN (ANALYZE, TIMING OFF) to get that.
Tomas Vondra, reviewed by Eric Theise, with minor doc changes by me.
This is the main PostgreSQL git repository.
RSS
Atom