Re: IN optimization in 7.2 ?????

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: depesz(at)depesz(dot)pl
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: IN optimization in 7.2 ?????
Date: 2002-02-18 14:52:19
Message-ID: 200202181452.g1IEqJj14295@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hubert depesz lubaczewski wrote:
> hi
> was there optimization for IN (SELECT ... ) usage in 7.2?
> we just got query which runs 7 times as fast with in than with exists !
> the query is like select field from table where id in (select ... where
> fieldx in (... IN (...)));

Not that I know of.

--
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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marek 2002-02-18 14:54:25 Re: parse error in timestamp function
Previous Message Bruce Momjian 2002-02-18 14:29:45 Re: Work Around for Oracle Context Indexes?