One of the methods to prevent deadlocks is _______ where transactions are rolled back and restarted in a different order.
- Backtracking
- Restart
- Rollback
- Timeout
One of the methods to prevent deadlocks is restarting transactions, where transactions involved in a potential deadlock are rolled back and restarted in a different order. This helps break the cycle of dependencies that lead to deadlocks.
Loading...
Related Quiz
- Explain a scenario where eventual consistency in a NoSQL database like Cassandra could be advantageous over strong consistency models.
- _______ scope is created when a function is defined and persists even after the function returns.
- Which type of database is best suited for hierarchical data storage?
- How can you center align an element horizontally using CSS?
- The HTML