Skip to content

gp_distributed_xacts

The gp_distributed_xacts view contains information about WarehousePG distributed transactions. A distributed transaction is a transaction that involves modifying data on the segment instances. WarehousePG's distributed transaction manager ensures that the segments stay in synch. This view allows you to see the currently active sessions and their associated distributed transactions.

columntypereferencesdescription
distributed_xidxidThe transaction ID used by the distributed transaction across the WarehousePG array.
distributed_idtextThe distributed transaction identifier. It has 2 parts — a unique timestamp and the distributed transaction number.
statetextThe current state of this session with regards to distributed transactions.
gp_session_idintThe ID number of the WarehousePG session associated with this transaction.
xmin_distributed _snapshotxidThe minimum distributed transaction number found among all open transactions when this transaction was started. It is used for MVCC distributed snapshot purposes.

Parent topic: System Catalogs Definitions