Hi,
In this case "Time (ms)" represents the total time in ms taken for this query referred in Details column to execute, regarding "Iteration time" it represents the time taken to iterate over result sets when the result set of queries need to retrieve over multiple resultset objects. Let us know if that clarifies your query.
Regards,
Arun
Hi Arun,
Thanks for your quick answer.
I have a similar question. What is the difference between time in the call graph and time in the details.
Hi,
The time(ms) "11013 ms" in the call graph is the response time/exec time of the class/method and the time(ms) in JDBC popup details "10980 ms" is the time spent in the JDBC exit call for sql query execution , Hope that clarifies your query.
Regards,
Arun