Thursday, 16 May 2013

in commit and rollback which one is fast.


commit is faster than rollback because in commit, we simply change logs but in rollback we read logs, change logs and need to change data.

No comments:

Post a Comment