Joining bug???? - Mailing list pgsql-sql

From pierre
Subject Joining bug????
Date
Msg-id 199810270339.DAA95886@out5.ibm.net
Whole thread Raw
Responses Re: [SQL] Joining bug????  ("Gene Selkov Jr." <selkovjr@mcs.anl.gov>)
List pgsql-sql
I've been attempting to get my DB tuned to handle joins as best as
possible. However, no matter which way I try to perform the joins, if I
attempt to join more than two or three tables the joins becomes
unbearably long not matter how many indexes I create in however many ways.

My only solution was to create a hybrid table that contains the join of
all of the tables I'm searching on with multi-keyed indexes. This is a
VERY kludgy solution that makes changing the keys to my DB hard to change.

IS there a problem with postgresql in performing joins? Is there a fix?
What gives?

-=pierre

pgsql-sql by date:

Previous
From: Brenda Butler
Date:
Subject: ...
Next
From: "Gene Selkov Jr."
Date:
Subject: Re: [SQL] Joining bug????