Regarding Explain Analyse Output. - Mailing list pgsql-docs

From priyankasharma257@gmail.com
Subject Regarding Explain Analyse Output.
Date
Msg-id 20161009104022.1397.87285@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/using-explain.html
Description:

I am confused in actual time(total) output given by the the Explain Analyse
command. What I understood is that, it gives the total time required by an
operator to give the complete result.
According to this definition actual time(total) includes actual time(start
up) and some additional time to process rest of the rows. Is this true??
And I want to know how the execution time of a plan is being calculated
using these values?

pgsql-docs by date:

Previous
From: dpakalnis@gmail.com
Date:
Subject: Change parameters list
Next
From: Kevin Grittner
Date:
Subject: Re: SET CONSTRAINTS ALL IMMEDIATE affects SET TRANSACTION READ ONLY