Query regarding deleting the reords from DB [message #228242] |
Mon, 02 April 2007 04:08 |
saurabhsoni
Messages: 3 Registered: April 2007 Location: Indonesia
|
Junior Member |
|
|
Hi
I am facing a problem while deleting the records from the table which contains more than 10 million records. My delete query is based on joining of two tables.
delete from orignaltable where org_table.time IN ( select time from duplicate_table);
how much time it should take in case I am accessing this DB continuously ???
Thanks
Saurabh
|
|
|
|