Re: postgresql uses Hash-join, i need Nested-loop

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgresql uses Hash-join, i need Nested-loop
Дата
Msg-id 11393.1251124624@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgresql uses Hash-join, i need Nested-loop  (Gábor Farkas <gabor@nekomancer.net>)
Список pgsql-performance
=?ISO-8859-1?Q?G=E1bor_Farkas?= <gabor@nekomancer.net> writes:
> i have a query that uses a Hash-Join, but it would be faster with Nested-Loop,
> and i don't know how to persuade postgresql to do it.

Fix the way-off-base rowcount estimates ...

> postgresql-8.2 + tsearch2

... which is just about impossible in 8.2, because there's no
statistical support for @@ selectivity estimation.  Consider
updating to 8.4.

            regards, tom lane

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Number of tables
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: improving my query plan