Re: [GENERAL] EXPLAIN

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] EXPLAIN
Дата
Msg-id 199902032311.SAA27570@candle.pha.pa.us
обсуждение исходный текст
Ответ на EXPLAIN  (Andy <alewis@mpsi.net>)
Список 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@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-general по дате отправления:

Предыдущее
От: Andy
Дата:
Сообщение: EXPLAIN
Следующее
От: Bob Dusek
Дата:
Сообщение: Date + Days = Date