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 pgsqlis the any fster alternative to above query
regdsMallah.