From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Herb Blacker <herbblacker(at)isgenesis(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Lotsa joins |
Date: | 2002-02-06 11:56:12 |
Message-ID: | 200202061156.g16BuCT01913@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Herb Blacker wrote:
> Couldn't find it in the manuals...is there a limit to the number of
> tables that can be joined in a single query?
> Is there a better way of joining a central table through several bridge
> tables to their lookup tables?
No limit, in fact, we have GEQO which automatically reduces problems
with expoential growth of optimizer choices.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | David.Lofstrand | 2002-02-06 13:06:41 | ipc-daemon error |
Previous Message | Justin Clift | 2002-02-06 10:31:50 | [Fwd: MS SQL compatible functions] |