QueryStatisticsData.QueryEntryThe collected statistics for one query.
countThe number of times the statement was executed.
executionTimeCumulativeThe total execution time.
executionTimeMaxThe maximum execution time, in milliseconds.
executionTimeMeanThe mean execution time.
executionTimeMinThe minimum execution time, in milliseconds.
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.
|