From d17f19d36496e69a7599fe78ae4eb492df768aa8 Mon Sep 17 00:00:00 2001 From: Emmanuel Duchastenier Date: Thu, 2 Jul 2020 11:12:42 +0200 Subject: [PATCH] HHH-14098 Query plan cache query-level statistics Documentation, used getQueryPlanCacheMissCount instead of getPlanCompilationTotalMicroseconds --- .../main/asciidoc/userguide/chapters/statistics/Statistics.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/statistics/Statistics.adoc b/documentation/src/main/asciidoc/userguide/chapters/statistics/Statistics.adoc index 6e92ee57d9..a97ccc398b 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/statistics/Statistics.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/statistics/Statistics.adoc @@ -182,4 +182,4 @@ The `QueryStatistics` instance, which you can get via the `getQueryStatistics(St `getPlanCacheHitCount`:: The number of query plans successfully fetched from the cache. `getQueryPlanCacheMissCount`:: The number of query plans *not* fetched from the cache. -`getQueryPlanCacheMissCount`:: The overall time spent to compile the plan for this particular query. +`getPlanCompilationTotalMicroseconds`:: The overall time spent to compile the plan for this particular query.