I have used DB Tracer to capture DB operations happening behind an operation I performed. But it is giving a lot of DB details which we are not able to understand which exactly does real DB trips ?. Also need to understand Which operation is having what mean and during what methods these are invoked?
Operations List:
threadConnectionStore
addBatch
executeBatch
writeBlob
preparedStatementUpdate
preparedStatementQuery
readBlob
Also not all operations showing time consumed.