Transactions

Exclusive Lock

English

Overview

A lock that prevents other processes from accessing something at the same time.

Details

A lock for mutual exclusion that prohibits other transactions from reading or writing the target data. Unlike a shared lock, only one transaction can hold it at a time.

More Database terms