further explain changes - Mailing list pgsql-hackers

From Robert Haas
Subject further explain changes
Date
Msg-id 603c8f071001231908u34129540h8c8a3a15d98d7e35@mail.gmail.com
Whole thread Raw
Responses Re: further explain changes
Re: further explain changes
List pgsql-hackers
Per recent discussion on pgsql-performance, and per discussion on
-hackers that it might not be too late for small patches after all,
here is a patch (as yet without documentation) which adds some
additional instrumentation to EXPLAIN for hashes: number of buckets,
number of batches, original number of batches, and peak memory
utilization.  Thoughts?

I was also thinking about the possibility of adding a new option
called "output" and making that control whether the "Output" line gets
printed.  It's kind of annoying to use EXPLAIN (ANALYZE, VERBOSE)
right now (and moreso with this patch) specifically because of that
line, which is quite... verbose.  If we're going to change it ever we
should do it for 9.0, since we've made a lot of other changes that
people will be adjusting for anyhow.

Also, do we want to change the schema URL?  The existing URL was
suggested by Peter but IIRC there was some thought that it might not
be the best choice.

http://www.postgresql.org/2009/explain

...Robert

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: commit fests
Next
From: KaiGai Kohei
Date:
Subject: Re: restructuring "alter table" privilege checks