Back to Glossary Index

Dagster Data Engineering Glossary:

Snapshot Isolation

A guarantee provided by some database systems that all reads made in a transaction will see a consistent snapshot of the database, and the transaction itself will successfully commit only if no updates it has made conflict with any concurrent updates made since that snapshot.