Re: Patch: add timing of buffer I/O requests - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Patch: add timing of buffer I/O requests
Date
Msg-id CAM-w4HMG9eNNR-PEFFM=nH1T8JVjc2BR79LBj_M1vK0K5mHb_g@mail.gmail.com
Whole thread Raw
In response to Re: Patch: add timing of buffer I/O requests  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Patch: add timing of buffer I/O requests  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sun, Apr 29, 2012 at 12:26 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> As for track_iotiming -> track_io_timing, I'm fine with that as well.

I'm still grumpy about the idea of a GUC changing the explain analyze
output. How would people feel about adding an explain option that
explicitly requests io timing for this explain analyze and then having
the io timing be enabled if either it's requested by explain analyze
or if it's set on globally? That would make it more consistent with
the other explain analyze options?

I realize I don't get to be grumpy without actually contributing
anything, but I'm happy to write up the patch if people agree with the
change.


-- 
greg


pgsql-hackers by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: Analyzing foreign tables & memory problems
Next
From: Tom Lane
Date:
Subject: Re: Patch: add timing of buffer I/O requests