Joining bug????

Поиск
Список
Период
Сортировка
От pierre
Тема Joining bug????
Дата
Msg-id 199810270339.DAA95886@out5.ibm.net
обсуждение исходный текст
Ответы Re: [SQL] Joining bug????  ("Gene Selkov Jr." <selkovjr@mcs.anl.gov>)
Список 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 по дате отправления:

Предыдущее
От: Brenda Butler
Дата:
Сообщение: ...
Следующее
От: "Gene Selkov Jr."
Дата:
Сообщение: Re: [SQL] Joining bug????