Slow SELECT...IN statements - Mailing list pgsql-general

From Jan Wessely
Subject Slow SELECT...IN statements
Date
Msg-id NEBBLPMLLKOAGJLAFLMBEEMGCBAA.jawe@jawe.net
Whole thread Raw
Responses Re: Slow SELECT...IN statements  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
The FAQ states in entry 4.23 that SELECT...IN statements are slow and
recommends to use EXISTS...IN statements instead. It also states that this
will be resolved in some future version.
I didn't find any entries about that in the TODO list, does anybody know
when this will be fixed?

PS: The mailinglist archives' search engine wasn't working, so please
forgive me if that was already asked and answered on this list.

--
Jan Wessely
Vienna Knowledge Net
mailto:jawe@jawe.net


pgsql-general by date:

Previous
From: "Gregory Wood"
Date:
Subject: Re: Rules, views, sequences and returned values
Next
From: Stephan Szabo
Date:
Subject: Re: from string to table...?