Concepts and terminology
Notify concepts
Notify concepts
There are two interfaces for handling database changes:
Optimistic Concurrency helps prevent users from updating or deleting a stale version of a record. To do this, we need to know what the intended version of the record to update or delete is. Internally, we use the record's timestamp field as its version.