Completed
Lock Types – Intent locks
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deadlocks - Understanding and Troubleshooting
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Agenda
- 3 DEADLOCK!
- 4 Lock Types - Shared
- 5 Lock Types - Exclusive
- 6 NON-REPEATABLE READS
- 7 Merge Join
- 8 Lock Types - Update
- 9 Lock Escalation
- 10 Lock Types – Intent locks
- 11 PHANTOM RECORDS
- 12 SERIALIZABLE
- 13 READ COMMITTED SNAPSHOT
- 14 READ UNCOMMITTED (NOLOCK)
- 15 Three Rules of Deadlocks
- 16 How to Avoid?