What does it mean? Plan stats and double rainbows. - Mailing list pgsql-sql

From Michael Moore
Subject What does it mean? Plan stats and double rainbows.
Date
Msg-id CACpWLjO4CG7qwcd9thirpSR5+YDHSmeYeSoefPeuXYSdBfCqKg@mail.gmail.com
Whole thread Raw
Responses Re: What does it mean? Plan stats and double rainbows.
Re: What does it mean? Plan stats and double rainbows.
List pgsql-sql
I'm having a difficult time finding documentation on EXPLAIN PLAN stats. For example, in
'                    ->  Nested Loop Left Join  (cost=0.43..1415.06 rows=2 width=1377) (actual time=0.093..0.093 rows=0 loops=1)'
what does 0.43..1415.06 mean? Is that a range? If so, it seems rather pointless, like saying "somewhere between 0 and infinity".

Also, is there a way to tell the query planner to limit the search for the best plan on a per statement basis. I know that this exists as a config parameter but I think that applies to the entire database. I have a query that takes 9 times more time to plan than it does to execute. 

Tia,
Mike

pgsql-sql by date:

Previous
From: Michael Moore
Date:
Subject: Re: NOT NULL CHECK (mycol !='') :good idea? bad idea?
Next
From: Thomas Kellerer
Date:
Subject: Re: What does it mean? Plan stats and double rainbows.