mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 19:58:16 +00:00
HHH-14098 Query plan cache query-level statistics Documentation, used getQueryPlanCacheMissCount instead of getPlanCompilationTotalMicroseconds
This commit is contained in:
parent
ebdc5681b9
commit
8c8349d4a4
@ -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…
x
Reference in New Issue
Block a user