From: | paulo matadr <saddoness(at)yahoo(dot)com(dot)br> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Res: Cost performace question |
Date: | 2009-07-10 19:33:08 |
Message-ID: | 326710.81152.qm@web52503.mail.re2.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
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=5126width=451)
what's this mean on red color above?
________________________________
De: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Para: pgsql-performance(at)postgresql(dot)org; paulo matadr <saddoness(at)yahoo(dot)com(dot)br>
Enviadas: Sexta-feira, 10 de Julho de 2009 11:51:27
Assunto: Re: [PERFORM] Cost performace question
paulo matadr <saddoness(at)yahoo(dot)com(dot)br> wrote:
> Im confused about who is the most import (colour red ou blue).
For the benefit of those without an easy way to view email in http,
the first cost number was in red, the second in blue.
The first number is the cost to retrieve the first row, the second
number is the cost to retrieve the full set of rows. Usually I'm
paying more attention to the second number.
-Kevin
--
Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Suvankar Roy | 2009-07-13 11:23:41 | Performance comparison between Postgres and Greenplum |
Previous Message | Brian Cox | 2009-07-10 18:11:55 | Re: autovacuum hung? |