amount of join's and sequential access to the tables involved

Поиск
Список
Период
Сортировка
От Gerardo Herzig
Тема amount of join's and sequential access to the tables involved
Дата
Msg-id 1326296192.24629.12.camel@inca.fmed.uba.ar
обсуждение исходный текст
Ответы Re: amount of join's and sequential access to the tables involved
Список pgsql-sql
Hi all. Im working on a 'simple' query with 7, 8 left joins. After the
9nth join or so, explain analyze became to show the plan with many
tables being read in sequential fashion. Of course, this slows down the
query response in a factor on 10.

I can alter the order in wich the join's are appended, allways with the
same result.

So,it looks like a resources config situation.

Wich config variables are involved in the use of hash joins?

(I dont have access right now to the server running pg, so i cannot show
query plan nor pg configuration)

Thanks!

Gerardo



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

Предыдущее
От: Tony Capobianco
Дата:
Сообщение: Re: compare table names
Следующее
От: Tom Lane
Дата:
Сообщение: Re: amount of join's and sequential access to the tables involved