IntermediateVocabulary#backend#architecture#developer-tools

Pessimistic Locking Vocabulary

Build fluency in the vocabulary of taking an actual lock on a row before any other transaction can touch it.

0 / 5 completed
1 / 5
At standup, a dev mentions a database transaction taking an actual lock on a row the moment it reads it, so no other transaction can read or write that same row until the lock is released. What is this concurrency-control strategy called?