solidDB Help : Configuring and administering : Performance tuning : Reducing Bonsai tree size by committing transactions : Preventing excessive Bonsai tree growth : Determining when connections have committed transactions
  
Determining when connections have committed transactions
The following solidDB commands and files allow you to determine which connections have committed transactions.
 
Command/File
Information
ADMIN COMMAND 'trace'
Shows if a transaction gets committed at the server, see TRACE.
ADMIN COMMAND 'report filename.txt'
Obtain a list of internal variables containing connection and status information, see REPORT.
To find connections that have not committed their transaction, look for the Readlevel for each connection. If the transaction at a particular connection is properly closed, the Readlevel should be zero (0) for that connection.
To find those statements with active status, look under USER SEARCHES with column "Act" having a value of 1. If the active status remains at the same Readlevel for a lengthy period, the statement has not closed or committed during this interval.
Go up to
Preventing excessive Bonsai tree growth