Re: [PERFORMANCE] work_mem vs temp files issue - Mailing list pgsql-performance

From Tom Lane
Subject Re: [PERFORMANCE] work_mem vs temp files issue
Date
Msg-id 14395.1263401611@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PERFORMANCE] work_mem vs temp files issue  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [PERFORMANCE] work_mem vs temp files issue
List pgsql-performance
Robert Haas <robertmhaas@gmail.com> writes:
> Yeah.  My question is whether it's acceptable to add an extra line to
> the EXPLAIN output for every hash join, even w/o ANALYZE.

We could add it if either VERBOSE or ANALYZE appears.  Not sure if
that's just too much concern for backwards compatibility, though.

            regards, tom lane

pgsql-performance by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: a heavy duty operation on an "unused" table kills my server
Next
From: Robert Haas
Date:
Subject: Re: [PERFORMANCE] work_mem vs temp files issue