See Also
You are here: System database > mtransactions
ContentsIndexHome
PreviousUpNext
mtransactions
System Table mtransactions

 

The dynamic mtransactions table provides statistical information on current transactions.

Table Columns

Name 
Type 
Description 
instance_id 
INTEGER 
Server instance. References sysinstances (id) 
exec_tran 
INTEGER 
Current number of active transactions in progress (not committed or aborted) 
tran_sec 
INTEGER 
Current rate of transactions per second 
commit_sec 
INTEGER 
Current rate of commited transactions per second 
abort_sec 
INTEGER 
Current rate of aborted transactions per second 

 

 

Related