Re: EXPLAIN explanation

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: EXPLAIN explanation
Date: 2012-03-30 11:31:47
Message-ID: jl45gd$bh1$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Binand Sethumadhavan, 30.03.2012 12:56:
> Is there a comprehensive online document or printed book that explains
> the EXPLAIN output? Something akin to the MySQL documentation here:
>
> http://dev.mysql.com/doc/refman/5.1/en/explain-output.html
>
> I would really like to know what EXPLAIN is telling me, and more
> importantly, what it is not telling me. I have read some documents,
> but none that breaks it down to pieces and explains each piece
> separately.
>

This is a compilation of various articles on this topic:

http://wiki.postgresql.org/wiki/Using_EXPLAIN

And then there is

http://www.packtpub.com/postgresql-90-high-performance/book

which also has a chapter dedicated to EXPLAIN

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Binand Sethumadhavan 2012-03-30 11:47:38 Re: EXPLAIN explanation
Previous Message Binand Sethumadhavan 2012-03-30 11:09:29 EXPLAIN explanation