transactionid
Short Description
Waiting for a transaction to finish.
Detailed Descriptionโ
This wait is seen when the transaction is blocked by another transactionโs row lock. Row locks information is stored in the row itself and shows as โtransactionidโ wait.
How to reduce this waitโ
Make sure there are no long running transactions blocking your session. The blocking lock may be in this table, or in a table referenced by a foreign key.
Additional Linksโ
PostgreSQL Docs - Wait Events of Type Lock
PostgreSQL Community - INSERTS waiting with wait_event is "transactionid"
Search onlineโ
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.