Too slow - Mailing list pgsql-admin

From Sabio - PSQL
Subject Too slow
Date
Msg-id 42402A4B.70703@ceroriesgo.co.cr
Whole thread Raw
Responses Re: Too slow  ("Chris Hoover" <revoohc@sermonaudio.com>)
List pgsql-admin
How can I improve speed on my queries. For example this query takes one
day executing itself and it has not finalized !!!
"create table tmp_partes as select * from partes where identificacion
not in (select cedula from sujetos)"

partes have 1888000 rows, an index on identificacion
sujetos have 5500000 rows, an index on cedula





pgsql-admin by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Adding field to a table currently being used
Next
From: Tom Lane
Date:
Subject: Re: Databases there, tables away