[sql]Joins

Поиск
Список
Период
Сортировка
От Najm Hashmi
Тема [sql]Joins
Дата
Msg-id 3A0C1B60.9B4A97E5@mondo-live.com
обсуждение исходный текст
Ответы Re: [sql]Joins  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: alter pg_shadow
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: [sql]Joins