Is there any Faster workaround ?? - Mailing list pgsql-sql

From Rajesh Kumar Mallah
Subject Is there any Faster workaround ??
Date
Msg-id 3CB346F6.1DD7CFB9@trade-india.com
Whole thread Raw
Responses Re: Is there any Faster workaround ??  (David Stanaway <david@stanaway.net>)
List pgsql-sql
Hi folks,

We require to do below or similar quite often

DELETE  from t_a where email in (select email from t_b);

everyone knows "IN" is pain fully slow currently in pgsql
is the any fster alternative to above query

regds
Mallah.



pgsql-sql by date:

Previous
From: Michael Teter
Date:
Subject: Yes! Thank you!
Next
From: "Isaac Mesa Florez"
Date:
Subject: Help To Out