AdvancedVocabulary#backend#architecture#developer-tools

Optimistic Concurrency Control Vocabulary

Practice the vocabulary of detecting a write conflict at commit time instead of locking upfront.

0 / 5 completed
1 / 5
At standup, a dev mentions letting a transaction proceed without locking anything, then checking at commit time whether another transaction modified the same data in the meantime, rejecting one if there's a conflict. What is this approach called?