Re: Postgres 9 : - How to interpret the EXPLAIN query results

From: Anthony Nowocien <anowocien(at)gmail(dot)com>
To: Khangelani Gama <kgama(at)argility(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgres 9 : - How to interpret the EXPLAIN query results
Date: 2015-03-25 09:33:17
Message-ID: CAH5RRoPEumqBmNX+piExXk3NOKg0vu6fJ3MDGc9J=jfU2y9-rg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,
everything you need to know is available on the documentation at
http://www.postgresql.org/docs/current/static/sql-explain.html.

*"COSTS*

*Include information on the estimated startup and total cost of each plan
node, as well as the estimated number of rows and the estimated width of
each row. This parameter defaults to TRUE."*
Best regards,Anthony

On Wed, Mar 25, 2015 at 9:00 AM, Khangelani Gama <kgama(at)argility(dot)com> wrote:

> Hi
>
>
>
> Please help, how can I interpret the following results of my EXPLAIN query
> ?, I can see that the query will through 18586018 rows, but what’s the
> meaning of cost and width?
>
>
>
> GroupAggregate (cost=762381141.96..768375132.77 rows=18586018 width=32)
>
>
>
>
>
>
>
>
>
>
> CONFIDENTIALITY NOTICE
> The contents of and attachments to this e-mail are intended for the addressee only, and may contain the confidential
> information of Argility (Proprietary) Limited and/or its subsidiaries. Any review, use or dissemination thereof by anyone
> other than the intended addressee is prohibited.If you are not the intended addressee please notify the writer immediately
> and destroy the e-mail. Argility (Proprietary) Limited and its subsidiaries distance themselves from and accept no liability
> for unauthorised use of their e-mail facilities or e-mails sent other than strictly for business purposes.
>
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Raghavendra 2015-03-25 10:04:18 Re: Postgres 9 : - How to interpret the EXPLAIN query results
Previous Message Khangelani Gama 2015-03-25 08:00:49 Postgres 9 : - How to interpret the EXPLAIN query results