Skip to main content
Version: Candidate-4.0

be_txns

be_txns provides information about transactions on each BE node.

The following fields are provided in be_txns:

FieldDescription
BE_IDID of the BE node.
LOAD_IDID of the load job.
TXN_IDID of the transaction.
PARTITION_IDID of the partition involved in the transaction.
TABLET_IDID of the tablet involved in the transaction.
CREATE_TIMECreation time of the transaction (Unix timestamp in seconds).
COMMIT_TIMECommit time of the transaction (Unix timestamp in seconds).
PUBLISH_TIMEPublish time of the transaction (Unix timestamp in seconds).
ROWSET_IDID of the rowset involved in the transaction.
NUM_SEGMENTNumber of segments in the rowset.
NUM_DELFILENumber of delete files in the rowset.
NUM_ROWNumber of rows in the rowset.
DATA_SIZEData size of the rowset (in bytes).
VERSIONVersion of the rowset.