delete to slow - Mailing list pgsql-admin

From Ricardo Valença de Assis
Subject delete to slow
Date
Msg-id 006701c53ac8$014b27e0$1b00280a@ugf.br
Whole thread Raw
Responses Re: delete to slow  (Bruno Wolff III <bruno@wolff.to>)
Re: delete to slow  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Hello Everybody!
 
    I´m trying to use delete to remove data from one table based on another. The query is this:
 
    DELETE FROM table1 WHERE column1 IN (SELECT column2 FROM table2);
 
    but my table is big, so it takes a lot o time...
    Is there a way to use DELETE with INNER JOIN in PostGreSQL?
 
Thanks!
 
Att.
Ricardo Valença
UEAD - UGF

pgsql-admin by date:

Previous
From: "Joel Fradkin"
Date:
Subject: Re: Postgresql settings help for 8.0.1
Next
From: Bruno Wolff III
Date:
Subject: Re: delete to slow