From: | Oleg Bartunov <obartunov(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, Stephen Frost <sfrost(at)snowman(dot)net>, Peter Geoghegan <pg(at)heroku(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Robert Haas <rhaas(at)postgresql(dot)org> |
Subject: | Re: [COMMITTERS] pgsql: Include planning time in EXPLAIN ANALYZE output. |
Date: | 2014-04-17 07:41:20 |
Message-ID: | CAF4Au4xzVdWsFrgAH=wHA=cD3AU3N4iKvMZjQK3PAxaR9=YooQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
I found a bit confusing, when planning time is greater total time, so
+1 for execution time.
On Thu, Apr 17, 2014 at 3:35 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Bruce Momjian <bruce(at)momjian(dot)us> writes:
>> Where are we on this? I still see:
>
>> test=> EXPLAIN ANALYZE SELECT 1;
>> QUERY PLAN
>> ------------------------------------------------------------------------------------
>> Result (cost=0.00..0.01 rows=1 width=0) (actual time=0.001..0.001 rows=1 loops=1)
>> Planning time: 0.009 ms
>> --> Total runtime: 0.009 ms
>> (3 rows)
>
> There seemed to be a clear majority of votes in favor of changing it to
> say "Execution time". Robert was arguing for no change, but I don't think
> that's tenable in view of the fact that the addition of the "Planning
> time" line is already a change, and one that makes the old wording
> confusing.
>
> I'll go change it.
>
> regards, tom lane
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Karlsson | 2014-04-17 09:53:08 | Re: [COMMITTERS] pgsql: Include planning time in EXPLAIN ANALYZE output. |
Previous Message | Tom Lane | 2014-04-17 00:49:19 | pgsql: Rename EXPLAIN ANALYZE's "total runtime" output to "execution ti |
From | Date | Subject | |
---|---|---|---|
Next Message | Etsuro Fujita | 2014-04-17 08:30:38 | Re: Question about optimising (Postgres_)FDW |
Previous Message | sure.postgres | 2014-04-17 06:39:45 | Re: The question about the type numeric |