Re: Info on explain output

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Adam Witney <awitney(at)sghms(dot)ac(dot)uk>
Cc: pgsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Info on explain output
Date: 2002-10-10 16:44:01
Message-ID: 200210101644.g9AGi1F17476@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


Have you looked at the internals PDF at the bottom of the developers
lounge web page?

---------------------------------------------------------------------------

Adam Witney wrote:
> Hi,
>
> I am trying to optimise a complex query adding explicit joins and creating
> indices. I am going through the EXPLAIN output (~70 lines) but am fairly new
> at reading these.
>
> Are there any good rules of thumb of things one should be looking out for in
> EXPLAIN output? ie <blah> means that an index would be good here etc
>
> I have read through the docs for EXPLAIN, but I was wondering if there were
> any more detailed descriptions or docs on the subject.
>
> Thanks for any help
>
> adam
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2002-10-10 16:59:18 Re: Info on explain output
Previous Message Adam Witney 2002-10-10 15:41:43 Info on explain output