IntermediateVocabulary#backend#architecture#developer-tools

Optimistic Locking Vocabulary

Learn the vocabulary of assuming no conflict, then verifying a version number before writing.

0 / 5 completed
1 / 5
At standup, a dev mentions a database update that reads a row's current version number, later writes back only if that version number hasn't changed in the meantime, and simply retries if it has. What is this concurrency-control strategy called?