![[wl_lock_relation.png|256]]
- **Description**: The query is waiting to acquire a lock on a table or view (a relation) that is currently held by another transaction. This common wait event points to transaction-level conflicts, such as DDL commands waiting for active DML transactions to finish.
- **Operations**:
- [[IndexScan]]
- [[ModifyTable]]
- **Resources**: [[CPU]], [[Memory]]