Please enable JavaScript.
Coggle requires JavaScript to display documents.
Deadlocks (How to collect and analyze
Collection deadlock information is…
Deadlocks (
How to collect and analyze
- Collection deadlock information is the key to understading causes
- Multiple methods exist for capturing deadlock
,
Misconceptions ,
Conceptions
Resume
- Locking is a integral part of db;
- Locking can have diferents levels of granularity
- Blocking ocurs when transaction try acess locked resource
- Deadlock is two transactions block each other
,
Deadlock Analyses
- The deadlock graph provide information about process and resources involved in deadlock
- You can save and export the graph in XDL file
,
How prevent,
Transaction,
Deadlock Scenarios,
by kidchenko)