Skip to content

Commit

Permalink
optimistic-transaction: remove reference to being "default" (pingcap#…
Browse files Browse the repository at this point in the history
…3146)

* optimistic-transaction: remove reference to being "default"

No longer accurate in 3.0+

* Update optimistic-transaction.md

Co-authored-by: Jack Yu <yusp@pingcap.com>

* Update optimistic-transaction.md

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>

Co-authored-by: Jack Yu <yusp@pingcap.com>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 8, 2020
1 parent 80dda03 commit e65391c
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/dev/optimistic-transaction/','/docs/dev/reference/transactions/

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 e65391c

Please sign in to comment.