[sql]Joins - Mailing list pgsql-sql

From Najm Hashmi
Subject [sql]Joins
Date
Msg-id 3A0C1B60.9B4A97E5@mondo-live.com
Whole thread Raw
Responses Re: [sql]Joins
List pgsql-sql
I am facing a dilemma at my work,   I am using postgres first time. For
some reason, my co-workers think that in Postgres joins i.e.
simple joins of two or three tables are so bad that their cost is
exponential. They believe that postgres simply takes  Cartesian product
of joining table in order to obtain desired tuples i.e. no optimization
is done.      I refused to believe  so. I need your help to convince
them that it is okay to join tables --two or three tables :)-- so we can

eliminate redundancies from the database. I also want to know how
postgres optimizes a join query.  Thank you very much your help.
Regards
Najm



pgsql-sql by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: alter pg_shadow
Next
From: Stephan Szabo
Date:
Subject: Re: [sql]Joins