• Label: the label corresponding to the insert task
    • Database: the database corresponding to insert
    • Table: the table corresponding to insert
    • TransactionStatus: transaction status
      • PREPARE: preparation stage
      • COMMITTED: The transaction succeeded, but the data was not visible
      • VISIBLE: The transaction succeeded and the data is visible
      • ABORTED: Transaction failed
    • LoadedRows: Number of imported rows
    • FilteredRows: The number of rows being filtered