how to identify expensive steps in an explain analyze output - Mailing list pgsql-performance

From Frits Hoogland
Subject how to identify expensive steps in an explain analyze output
Date
Msg-id fbb8fbcd0802270218u3d27c829y5f615250e9786a61@mail.gmail.com
Whole thread Raw
Responses how to identify expensive steps in an explain analyze output
List pgsql-performance
I've got some long running queries, and want to tune them.
Using simple logic, I can understand what expensive steps in the query plan ought to be (seq scan and index scans using much rows), but I want to quantify; use a somewhat more scientific approach.

The manual states: "Actually two numbers are shown: the start-up time before the first row can be returned, and the total time to return all the rows.". Does this mean that the difference between the first and second is the cost or the time the step in the explain has taken?

TIA

frits

pgsql-performance by date:

Previous
From: "Markus Bertheau"
Date:
Subject: Re: disabling an index without deleting it?
Next
From: "Frits Hoogland"
Date:
Subject: how to identify expensive steps in an explain analyze output