HHH-14098 Query plan cache query-level statistics Documentation, used getQueryPlanCacheMissCount instead of getPlanCompilationTotalMicroseconds
This commit is contained in:
parent
4b3171c7e1
commit
d17f19d364
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue