Re: [GENERAL] EXPLAIN

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: alewis(at)mpsi(dot)net (Andy)
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] EXPLAIN
Date: 1999-02-03 23:11:00
Message-ID: 199902032311.SAA27570@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> When I do an explain what does the cost, size and width mean that is returned?
>
> Seq Scan on apts (cost=249.95 size=2362 width=468)

Cost is a computed value by the optimizer of how long it will execute.
It is meaningful only in comparison to there queries. size if the
number of rows estimated to return. width is the number of bytes per
row returned.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

  • EXPLAIN at 1999-02-03 23:00:59 from Andy

Browse pgsql-general by date

  From Date Subject
Next Message Bob Dusek 1999-02-04 02:59:22 Date + Days = Date
Previous Message Andy 1999-02-03 23:00:59 EXPLAIN