overall mechanism
Phase 1: Business data and rollback log records are committed in the same local transaction, releasing local locks and connection resources.
Phase two:
Commits are made asynchronously and are done very quickly.
Rollback is reverse compensated by a one-stage rollback log
PreviousAT mode (completely consistent with XA mode in terms of programming model)Nextwrite isolation
Last updated