Re: fool-toleranced optimizer

From: Neil Conway <neilc(at)samurai(dot)com>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: fool-toleranced optimizer
Date: 2005-03-09 00:02:16
Message-ID: 422E3D08.4020800@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg Bartunov wrote:
> I just noticed a little optimizer problem - in second query there is
> unused 'tycho t2' table alias which gets backend buried.

It's not an "unused table alias", it is specifying the cartesian product
of `tycho' with itself. I don't see how this is an optimizer problem:
it's a perfectly legitimate query, albeit one that is unlikely to
execute very quickly.

-Neil

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2005-03-09 00:33:23 Re: How to cast VARCHAR to BYTEA and vice-versa?
Previous Message Oleg Bartunov 2005-03-08 23:05:47 fool-toleranced optimizer