]> granicus.if.org Git - postgresql/commit
Augment EXPLAIN output with more details on Hash nodes.
authorRobert Haas <rhaas@postgresql.org>
Mon, 1 Feb 2010 15:43:36 +0000 (15:43 +0000)
committerRobert Haas <rhaas@postgresql.org>
Mon, 1 Feb 2010 15:43:36 +0000 (15:43 +0000)
commit42a8ab0a1429b4ba78a35ad8b210734d1561d644
treeb1a8278c0ea4837162f8bc5d7274738d7fd02a97
parentcccfc4efc4e72e11b8583d3a7a4b123ace79e7c9
Augment EXPLAIN output with more details on Hash nodes.

We show the number of buckets, the number of batches (and also the original
number if it has changed), and the peak space used by the hash table.  Minor
executor changes to track peak space used.
src/backend/commands/explain.c
src/backend/executor/nodeHash.c
src/include/executor/hashjoin.h