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.
← 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.