Snapshot Isolation

GPTKB entity

Statements (21)
Predicate Object
gptkbp:instanceOf Database isolation level
gptkbp:abbreviation SI
gptkbp:allows Phantom reads
gptkbp:basedOn Multiversion concurrency control
gptkbp:conflict Write skew anomaly
gptkbp:doesNotPrevent Write skew
https://www.w3.org/2000/01/rdf-schema#label Snapshot Isolation
gptkbp:introduced gptkb:Microsoft_SQL_Server
gptkbp:isWeakerThan Read committed
Serializable isolation
gptkbp:prevention Dirty reads
Lost updates
Non-repeatable reads
gptkbp:provides Consistent snapshot of the database for each transaction
gptkbp:usedBy gptkb:Oracle_Database
gptkb:PostgreSQL
gptkb:SQL_Server
MySQL (with InnoDB)
gptkbp:usedIn Database management systems
gptkbp:bfsParent gptkb:SQL_Server_2005
gptkbp:bfsLayer 7