Deadlock Detection (RDBMS)

Back to Locking

The database’s ability to detect when two or more transactions are waiting for locks held by each other (a cycle). The database resolves deadlocks by aborting one of the transactions.

relational-databases transactions locking deadlock