Re: Res: Cost performace question

From: Matthew Wakeling <matthew(at)flymine(dot)org>
To: paulo matadr <saddoness(at)yahoo(dot)com(dot)br>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Res: Cost performace question
Date: 2009-07-13 12:21:25
Message-ID: alpine.DEB.2.00.0907131317510.16183@aragorn.flymine.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, 10 Jul 2009, paulo matadr wrote:
> thanks i understand now,  i have other dought
> Index Scan using xix3_movimento_roteiro_empresa on movimento_roteiro_empresa movimentor0_  (cost=0.00..73386.80
> rows=5126 width=451)
> what's this mean on red color above?

Please don't assume that everyone receiving your mails uses a HTML mail
reader. In fact, recommended netiquette is to not send HTML mails at all.
Many people set their email programs to automatically reject (as spam) any
emails containing HTML.

Manually reading the HTML, it seems that you are referring to the
"width=451" part of the EXPLAIN result. Please read the manual at
http://www.postgresql.org/docs/8.4/interactive/using-explain.html

The width is the:

* Estimated average width (in bytes) of rows output by this plan node

Matthew

--
There once was a limerick .sig
that really was not very big
It was going quite fine
Till it reached the fourth line

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Marc Cousin 2009-07-13 13:40:18 Very big insert/join performance problem (bacula)
Previous Message Suvankar Roy 2009-07-13 11:23:41 Performance comparison between Postgres and Greenplum