Re: IN optimization in 7.2 ????? - Mailing list pgsql-general

From Bruce Momjian
Subject Re: IN optimization in 7.2 ?????
Date
Msg-id 200202181452.g1IEqJj14295@candle.pha.pa.us
Whole thread Raw
In response to IN optimization in 7.2 ?????  (hubert depesz lubaczewski <depesz@depesz.pl>)
Responses Re: IN optimization in 7.2 ?????
List 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Hans-Juergen Schoenig
Date:
Subject: Re: Extending PostgreSQL
Next
From: Adrian Phillips
Date:
Subject: Re: Database Performance?