EXPLAIN output explanation requested

Поиск
Список
Период
Сортировка
От Ron Arts
Тема EXPLAIN output explanation requested
Дата
Msg-id 48451557.8010800@neonova.nl
обсуждение исходный текст
Ответы Re: EXPLAIN output explanation requested  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-novice
Hello all,

I have an EXPLAIN statement that gives me output I understand,
but on the other hand I don't...

tium=# explain select codec1, phonetype from phone;
                          QUERY PLAN
------------------------------------------------------------
  Seq Scan on phone  (cost=0.00..85882.58 rows=658 width=11)
(1 row)


This is a table with 658 rows. Queries are indeed very
slow. How is the query plan computed? What does the 85882 value
mean?

Thanks,
Ron


--
NeoNova BV, The Netherlands
Professional internet and VoIP solutions

http://www.neonova.nl   Kruislaan 419              1098 VA Amsterdam
info: 020-5628292       servicedesk: 020-5628292   fax: 020-5628291
KvK Amsterdam 34151241

The following disclaimer applies to this email:
http://www.neonova.nl/maildisclaimer

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

Предыдущее
От: Derrick Betts
Дата:
Сообщение: Re: Running .psqlrc from a custom location
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: EXPLAIN output explanation requested