You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,7 +19,7 @@ This maintenance release contains fixes to issues.
21
19
a|*Metric Rename – Cache Miss Ratio → Get Miss Ratio*
22
20
The _Cache Miss Ratio_ metric name suggested it measured memory or disk caching performance.
23
21
In practical instances, as of version 7.6.2, it was redefined to measure the proportion of read (`get`) operations that fail because the requested key is not present in the bucket at all.
24
-
To eliminate this confusion, the metric has been renamed to *Get Miss Ratio*.
22
+
To eliminate confusion, the metric has been renamed to *Get Miss Ratio*.
25
23
26
24
| Issue resolved
27
25
@@ -122,8 +120,31 @@ The updates involve implementing proper checks for int64 overflow to properly r
0 commit comments