SELECT statement never completes. - Mailing list pgsql-sql

From John Pauley
Subject SELECT statement never completes.
Date
Msg-id 20021009171021.25211.qmail@web13408.mail.yahoo.com
Whole thread Raw
Responses Re: SELECT statement never completes.
List pgsql-sql
pgsql-sql,

We are porting a database from IBM DB2 to PostgreSQL. 
In several related scripts, there is a SELECT
statement that never completes in Postgres but
completes in a few seconds using DB2, for example:

Table row count:
SELECT count(*) FROM tableX;112671
SELECT count(*) from tableY;314625

This statement does not complete:
SELECT id FROM tableX WHERE id NOT IN (SELECT id FROM
tableY);

Any suggestions?
Thanks

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com


pgsql-sql by date:

Previous
From: "Jose Antonio Leo"
Date:
Subject: problem with the Index
Next
From: Stephan Szabo
Date:
Subject: Re: SELECT statement never completes.