Hi
I have a situation i which i have to delete almost 98% data from a 3 TB table. I used bteq delete and had to abort it in between. This caused the table to go for a rollback that lasted for more than a day.
Now , i can use the mload delete which doesn't use transient journaling so the table won't go into rollback if i abort the job. Is there any other benifit of using mload delete apart from this point i.e is mload delete faster than the bteq delete(if yes then how much of a difference can we see) or does it have any other benifit?
Thanks !!
↧