Subject | German | English |
comp., MS | Momentaufnahme-Isolationsstufe | snapshot isolation level (A transaction isolation level in which each read operation performed by a transaction returns all data as it existed at the start of the transaction. Because a snapshot transaction does not use locks to protect read operations, it will not block other transactions from modifying any data read by the snapshot transaction) |