A lock that allows multiple readers but restricts writing.
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.
© 2026 ITBGM