Thread: Where's that doc on plans ?

Where's that doc on plans ?

From
Jean-Christophe Boggio
Date:
A few days ago I read a very interesting doc about postgres' query
planner, how to read an EXPLAIN plan, how is a cost calculated, etc.
but I can't find it anymore.

Anyone has an idea ? Thanks in advance.

--
Jean-Christophe Boggio
cat@thefreecat.org
Independant Consultant and Developer
Delphi, Linux, Perl, PostgreSQL



Re: Where's that doc on plans ?

From
Tom Lane
Date:
Jean-Christophe Boggio <cat@thefreecat.org> writes:
> A few days ago I read a very interesting doc about postgres' query
> planner, how to read an EXPLAIN plan, how is a cost calculated, etc.
> but I can't find it anymore.

If you're not thinking of the EXPLAIN tutorial in

http://www.postgresql.org/devel-corner/docs/postgres/performance-tips.html

then I'd be interested to know what you *are* thinking of...

            regards, tom lane