Re: Throwing unnecessary joins away

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ottó Havasvölgyi <havasvolgyi(dot)otto(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Throwing unnecessary joins away
Date: 2006-01-12 15:53:53
Message-ID: 5269.1137081233@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

=?ISO-8859-1?Q?Ott=F3_Havasv=F6lgyi?= <havasvolgyi(dot)otto(at)gmail(dot)com> writes:
> As far as I know SQL Server has some similar feature. It does not join
> if not necessary, more exactly: if the result would be the same if it
> joined the table.

I find it really really hard to believe that such cases arise often
enough to justify having the planner spend cycles checking for them.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Szűcs Gábor 2006-01-12 16:25:25 Re: Throwing unnecessary joins away
Previous Message Jamal Ghaffour 2006-01-12 14:53:27 Re: Please Help: PostgreSQL performance Optimization