3. Vector Concepts
:
Data Manipulation
:
Snapshot Isolation
Share this page
Snapshot Isolation
Vector provides update capabilities based on the concept of snapshot isolation. This means that the state of the system the user sees when starting a query stays the same even under concurrent updates. For details, see
Transaction Isolation Model
.