We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
QueryCacheStats
int
long
1 parent 06872b5 commit 4c2f847Copy full SHA for 4c2f847
specification/_types/Stats.ts
@@ -147,14 +147,14 @@ export class PluginStats {
147
}
148
149
export class QueryCacheStats {
150
- cache_count: integer
151
- cache_size: integer
152
- evictions: integer
153
- hit_count: integer
+ cache_count: long
+ cache_size: long
+ evictions: long
+ hit_count: long
154
memory_size?: ByteSize
155
memory_size_in_bytes: long
156
- miss_count: integer
157
- total_count: integer
+ miss_count: long
+ total_count: long
158
159
160
export class RecoveryStats {
0 commit comments