Difficulty: Advanced
What is Lock Escalation?
When a database converts many fine-grained locks (like row locks) into a single coarse-grained lock (like a table lock) to save memory.
Memory, Locking
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.