AdvancedVocabulary#software-architecture#developer-tools#backend

Snapshot Isolation Vocabulary

Learn the vocabulary of a transaction reading from a consistent snapshot fixed at the moment it started.

0 / 5 completed
1 / 5
At standup, a dev mentions a database transaction isolation level where every transaction reads from a consistent snapshot of the data exactly as it looked the moment the transaction started, regardless of what other transactions commit afterward. What is this isolation level called?