Re: INDEX and JOINs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: INDEX and JOINs
Дата
Msg-id 11506.1193404684@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: INDEX and JOINs  (Reg Me Please <regmeplease@gmail.com>)
Ответы Re: INDEX and JOINs
Список pgsql-general
Reg Me Please <regmeplease@gmail.com> writes:
>>> (cost=3.95..382140.91 rows=274709 width=91) (actual
>>> time=1.929..57713.305 rows=92 loops=1)
>>> Hash Cond: (t_dati.camp_id = t_campi.camp_id)

I think the reason it doesn't want to use an indexed join is the large
estimate of the number of join result rows.  You need to try to get that
number down to something nearer the reality.  Increasing the statistics
target for the larger table might help.

            regards, tom lane

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: INDEX and JOINs
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: select count() out of memory