Optimistic Concurrency Control
Fleeting- Référence externe : https://en.wikipedia.org/wiki/Optimistic_concurrency_control
Optimistic concurrency control - Wikipedia
Optimistic concurrency control (OCC) is a concurrency control method applied to transactional systems such as relational database management systems and software transactional memory. OCC assumes that multiple transactions can frequently complete without interfering with each other. While running, transactions use data resources without acquiring locks on those resources. Before committing, each transaction verifies that no other transaction has modified the data it has read. If the check reveals conflicting modifications, the committing transaction rolls back and can be restarted.[1] Optimistic concurrency control was first proposed by H. T. Kung and John T. Robinson
— https://en.wikipedia.org/wiki/Optimistic_concurrency_control