From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Expose options to explain? (track_io_timing) |
Date: | 2014-10-09 17:17:41 |
Message-ID: | 5436C335.2040107@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Salut!
Fellow volunteers, I request assistance in understanding the following:
When I explain a query I can get the following information:
| "I/O Read Time": 0.000,
| "I/O Write Time": 0.000
I know why it is 0. My question is this, can we expose it to explain
only? Specifically "explain (analyze,buffers)". Is there a technical
reason we must turn on track_io_timing for the whole system? If there
isn't, is this something the community would want?
JD
--
Command Prompt, Inc. - http://www.commandprompt.com/ 503-667-4564
PostgreSQL Support, Training, Professional Services and Development
High Availability, Oracle Conversion, @cmdpromptinc
"If we send our children to Caesar for their education, we should
not be surprised when they come back as Romans."
From | Date | Subject | |
---|---|---|---|
Next Message | Marti Raudsepp | 2014-10-09 17:24:04 | Re: Log notice that checkpoint is to be written on shutdown |
Previous Message | Jeff Janes | 2014-10-09 17:12:52 | Re: Log notice that checkpoint is to be written on shutdown |