Re: full outer join performance

From: Ben <bench(at)silentmedia(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: full outer join performance
Date: 2005-09-13 18:28:31
Message-ID: 43271A4F.1040603@silentmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hrm, as I understand that page, there's not much that can be done about
the join order for outer joins. At least, not when there's on 3 tables
and 1 outer join involved. Am I missing something?

Tom Lane wrote:

>Ben <bench(at)silentmedia(dot)com> writes:
>
>
>>Are full outer joins expected to perform much worse than inner joins?
>>
>>
>
>You're getting burnt by the outer join forcing a bad join order.
>There's some related discussion here:
>http://www.postgresql.org/docs/8.0/static/explicit-joins.html
>
> regards, tom lane
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2005-09-13 18:45:23 Re: Replication
Previous Message Warren Bell 2005-09-13 18:20:07 Speed problems