Longest Transactions: JDBCRequest¶
JDBC > Longest Transactions will show a list of the all JDBC longest transactions in a sequential order that have taken the highest amount of time to complete on this instance.
Please be aware that FusionReactor only keeps a fixed default amount of transactions in memory. If the longest transactions list size gets too long or you restart you application server then any old transactions will be removed. You are able to change the size of the JDBC Longest Transactions via :
- [JDBC+Settings](Settings.md] > History > Slow Request History Size **
An example of the page can be seen below with the statement data obfuscated. The image below lists the statements by their highest time taken to complete.
Note
The Longest Requests : JDBCRequest is the same as Transaction->Long Transactions but filtered
to only show transactions of JDBC type.