Cool_Dude_eh
New Member
Here is the scenario.
I have a table with a large number of records in it (45 million)
There are several Indexes on this table.
I want to delete say 44 million or the records.
for each where .... delete .... takes a looonnnnggggg time.
I was wondering if I could take an approach like this.
Dump the 1 million records I want with for each where .....
Then some way of blanking the entire table.(this is the part I am looking for a solution to)
Then pull back in the 1 million records i saved earlier?
Anyone have any ideas??
Porgress 8.3b
I have a table with a large number of records in it (45 million)
There are several Indexes on this table.
I want to delete say 44 million or the records.
for each where .... delete .... takes a looonnnnggggg time.
I was wondering if I could take an approach like this.
Dump the 1 million records I want with for each where .....
Then some way of blanking the entire table.(this is the part I am looking for a solution to)
Then pull back in the 1 million records i saved earlier?
Anyone have any ideas??
Porgress 8.3b