![[wl_lock_extend_1771892126445.png|256]] - **Description**: The backend is waiting to acquire a lock to extend a relation (table or index) with new pages. Only one process can extend a specific relation at a time, so this wait occurs when multiple concurrent `INSERT` or `COPY` operations are competing for growth. - **Resources**: [[Disk IO]], [[CPU]]