Joining bug????

From: pierre <pierre(at)desertmoon(dot)com>
To: <pgsql-sql(at)postgreSQL(dot)org>
Subject: Joining bug????
Date: 1998-10-27 03:39:44
Message-ID: 199810270339.DAA95886@out5.ibm.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message David Hartwig 1998-10-27 16:24:58 Re: [SQL] Joining bug????
Previous Message Gene Selkov Jr. 1998-10-27 03:18:25 Re: [SQL] Joining bug????