Snapshot Isolation
Everything on SkillVeris tagged Snapshot Isolation — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is MVCC (Multi-Version Concurrency Control)?
MVCC (Multi-Version Concurrency Control) is a concurrency-control technique where the database keeps multiple versions of a row so readers see a consistent sna…
What is the Write Skew Anomaly?
Write skew is a concurrency anomaly where two transactions each read overlapping data, independently decide their own write is safe based on what they read, an…