Re: Understanding the output of EXPLAIN ANALYSE

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Understanding the output of EXPLAIN ANALYSE
Дата
Msg-id 407d949e0907231411u6c392854sa9169db7bd2c1eec@mail.gmail.com
обсуждение исходный текст
Ответ на Understanding the output of EXPLAIN ANALYSE  ("Thurber, Fred" <Fred.Thurber@gdit.com>)
Ответы Re: Understanding the output of EXPLAIN ANALYSE  ("Thurber, Fred" <Fred.Thurber@gdit.com>)
Список pgsql-novice
On Thu, Jul 23, 2009 at 6:14 PM, Thurber, Fred<Fred.Thurber@gdit.com> wrote:
> "Nested Loop  (cost=78.63..101.14 rows=1 width=256) (actual
> time=0.000..16.000 rows=2818 loops=1)"


Well it was expecting 1 row and got 2,818 so the costs are going to be
pretty wildly wrong. But since you cut out all the details it's pretty
hard to guess what happened.

--
greg
http://mit.edu/~gsstark/resume.pdf

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

Предыдущее
От: "Thurber, Fred"
Дата:
Сообщение: Understanding the output of EXPLAIN ANALYSE
Следующее
От: Saul Lozano
Дата:
Сообщение: Re: Setting up security for development