Re: Poor performance o

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Poor performance o
Дата
Msg-id 6629.1142983995@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Poor performance o  ("Craig A. James" <cjames@modgraph-usa.com>)
Ответы Re: Poor performance o  ("Craig A. James" <cjames@modgraph-usa.com>)
Список pgsql-performance
"Craig A. James" <cjames@modgraph-usa.com> writes:
> It looks to me like the problem is the use of nested loops when a hash join should be used, but I'm no expert at
queryplanning. 

Given the sizes of the tables involved, you'd likely have to boost up
work_mem before the planner would consider a hash join.  What nondefault
configuration settings do you have, anyway?

            regards, tom lane

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

Предыдущее
От: "Craig A. James"
Дата:
Сообщение: Poor performance o
Следующее
От: "Craig A. James"
Дата:
Сообщение: Re: Poor performance o