# LWLock (The Shoulder Nudge)
![[assets/wl_lw_lock.png|256]]
Waiting to acquire a **lightweight lock** on a shared memory data structure. LWLocks are very short-duration and protect the internal plumbing of the engine.
Think of it as the staff members gently nudging each other aside to look at the same shared cheat sheet.
---
![[Workloads/LWLock/Management/_Management]]
---
![[Workloads/LWLock/Parallel/_Parallel]]
---
![[Workloads/LWLock/Locking/_Locking]]
---
![[Workloads/LWLock/Buffers/_Buffers]]
---
![[Workloads/LWLock/Replication/_Replication]]
---
![[Workloads/LWLock/WAL/_WAL]]