Skip to content

Commit

Permalink
DOC-1766 read-committed isolation level, v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleeTG committed May 15, 2023
1 parent 054d24b commit 93dfef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/intro/pages/transaction-and-acid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The TigerGraph system also provides distributed system Sequential Consistency: e
[discrete]
==== *Isolation Level* +++<a id="TigerGraphTransactionProcessingandACIDPropertiesSupport-IsolationLevel">++++++</a>+++

TigerGraph supports the Serializable isolation level, the strongest form of isolation. Internally, TigerGraph uses MVCC to implement the isolation. MVCC, or Multi-Version Concurrency Control, makes use of multiple snapshots of portions of the database state in order to support isolated concurrent operations. In principle, there can be one snapshot per read or write operation.
TigerGraph supports the read-committed isolation level, the default standard for many major databases. Internally, TigerGraph uses MVCC to implement the isolation. MVCC, or Multi-Version Concurrency Control, makes use of multiple snapshots of portions of the database state in order to support isolated concurrent operations. In principle, there can be one snapshot per read or write operation.

[discrete]
==== *No Dirty Reads* +++<a id="TigerGraphTransactionProcessingandACIDPropertiesSupport-NoDirtyReads">++++++</a>+++
Expand Down

0 comments on commit 93dfef2

Please sign in to comment.