HHH-14098 Query plan cache query-level statistics Documentation, used getQueryPlanCacheMissCount instead of getPlanCompilationTotalMicroseconds

This commit is contained in:
Emmanuel Duchastenier 2020-07-02 11:12:42 +02:00 committed by Andrea Boriero
parent 4b3171c7e1
commit d17f19d364
1 changed files with 1 additions and 1 deletions

View File

@ -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.