Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

why ROLLBACK TO SAVEPOINT by deleting

$
0
0
Hallo everyone,

as in the title:
I tried to delete couple of millions of rows on my table via DELETE FROM statement. At a point, my db monitoring showed me that the transaction in the state ROLLBACK TO SAVEPOINT. Does the DELETE statement always do ROLLBACK TO SAVEPOINT?

The problem was, as the transaction in this state, my mirrorlog was exploding to 98%. I had to cancell the transaction to get the mirrorlog down.

Can I solve this problem with NOT LOGGED INITIALLY?

Thank you.

Regards,

Ratna

Viewing all articles
Browse latest Browse all 13329

Trending Articles