Hi,
I am working an a set of querries that delete rows from very large tables.
I am using
"delete from tablename where value in ( some set)"
and the process takes for ever, is there a way to improve the perfomance. Creation of the "some set" is fairly quick, but the ins and not ins take forever.
Is there a faster alternative???
Thank you,
Kyle Dabrowski.
I am working an a set of querries that delete rows from very large tables.
I am using
"delete from tablename where value in ( some set)"
and the process takes for ever, is there a way to improve the perfomance. Creation of the "some set" is fairly quick, but the ins and not ins take forever.
Is there a faster alternative???
Thank you,
Kyle Dabrowski.