Timestamp-based concurrency control
In computer science, a timestamp-based concurrency control algorithm is a optimistic concurrency control method. It is used in some databases to safely handle transactions using timestamps for synchronization instead of locks.
Source: Wikipedia — Timestamp-based concurrency control (CC BY-SA 4.0)