Transactions

Shared Lock

English

Overview

A lock that allows multiple readers but restricts writing.

Details

A lock that allows simultaneous reads from multiple transactions while preventing a write lock from being acquired. Because reads don't conflict with each other, it doesn't get in the way of read-only processing.

More Database terms