On Mon, Dec 15, 2003 at 12:14:17 -0500, Prashant Dalal <[EMAIL PROTECTED]> wrote: > Hi, > > My Following select st. is running from last one day. I think the problem is > NOT IN clause. > Please suggest the alternative select clause.
NOT IN was especially slow up until Postgres 7.4. If using 7.4 is a problem you can rewrite your query to use NOT EXISTS. ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly