amount of join's and sequential access to the tables involved - Mailing list pgsql-sql

From Gerardo Herzig
Subject amount of join's and sequential access to the tables involved
Date
Msg-id 1326296192.24629.12.camel@inca.fmed.uba.ar
Whole thread Raw
Responses Re: amount of join's and sequential access to the tables involved  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tony Capobianco
Date:
Subject: Re: compare table names
Next
From: Tom Lane
Date:
Subject: Re: amount of join's and sequential access to the tables involved