Skip to content

Commit

Permalink
cherry pick pingcap#3146 to release-4.0
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
  • Loading branch information
Null not nil authored and ti-srebot committed Jul 8, 2020
1 parent 05ee6db commit bfad08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimistic-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aliases: ['/docs/stable/optimistic-transaction/','/docs/v4.0/optimistic-transact

This document introduces the principles of TiDB's optimistic transaction model and related features.

TiDB uses the optimistic transaction model by default. In TiDB's optimistic transaction model, for write-write conflicts, the two-phase commit begins only when the transaction is committed.
In TiDB's optimistic transaction model, write-write conflicts are detected only at the two-phase transactional commit.

> **Note:**
>
Expand Down

0 comments on commit bfad08e

Please sign in to comment.