> [!NOTE] ![[assets/wl_lwlock_multixactoffsetslru.png|256]] > > | | | > | :--- | :--- | > | **Wait Category** | LWLock | > | **Mechanism** | `MultiXactOffsetSLRULock` | > | **Operations** | [[Operations/Tuple/ModifyTable]], [[Operations/Table/SeqScan]] | > | **Resources** | [[Resources/RAM|Memory]], [[Resources/CPU|CPU]] | > > Contention on the **MultiXact Mapping Cache**. Every time the engine encounters a shared row lock, it must look up the "Offset" for the MultiXact ID to determine which transactions hold the lock.