QueryStatisticsData.QueryEntryThe collected statistics for one query.
countThe number of times the statement was executed.
executionTimeCumulativeNanosThe total execution time.
executionTimeMaxNanosThe maximum execution time, in nanoseconds.
executionTimeMeanNanosThe mean execution time.
executionTimeMinNanosThe minimum execution time, in nanoseconds.
lastUpdateTimeThe last time the statistics for this entry were updated,
in milliseconds since 1970.
rowCountCumulativeThe total number of rows.
rowCountMaxThe maximum number of rows.
rowCountMeanThe mean number of rows.
rowCountMinThe minimum number of rows.
sqlStatementThe SQL statement.
|