Re: PostgreSQL 9.1 : why is this query slow?

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: PostgreSQL 9.1 : why is this query slow?
Дата
Msg-id 4ED3E1C4.2050403@fuzzy.cz
обсуждение исходный текст
Ответ на PostgreSQL 9.1 : why is this query slow?  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Список pgsql-performance
On 28.11.2011 17:42, Joost Kraaijeveld wrote:
> - Why does explain say it takes "7876150720 rows"?

Any idea where this number came from? No matter what I do, the nested
loop row estimates are alway very close to the product of the two
estimates (outer rows * inner rows).

Tomas

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: PostgreSQL 9.1 : why is this query slow?
Следующее
От: CSS
Дата:
Сообщение: Re: Benchmarking tools, methods