Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Segment Query Cache Metrics

sdesikan6 edited this page Feb 11, 2018 · 1 revision
Metric Description
Hit-Count number of times Result found in Cache
Miss-Count number of times Result not found in Cache
Hit-Rate Percentage of Hits
Eviction-Count number of times a Result eviction happened because of memory pressure
Eviction-Weight total memory size of Results evicted.
Result Serializes Time to serialize Query Results, the histogram of the time taken, and the Histogram of the Query Result Size
Result Deserializes Time to deserialize Query Results, the histogram of the time taken.
Clone this wiki locally