Re: What does it mean? Plan stats and double rainbows.

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: What does it mean? Plan stats and double rainbows.
Date: 2016-06-09 21:52:05
Message-ID: njcoee$oma$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Michael Moore schrieb am 09.06.2016 um 23:11:
> 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".

https://www.postgresql.org/docs/current/static/using-explain.html#USING-EXPLAIN-BASICS

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message David G. Johnston 2016-06-09 22:33:04 Re: What does it mean? Plan stats and double rainbows.
Previous Message Michael Moore 2016-06-09 21:11:28 What does it mean? Plan stats and double rainbows.