Segment Storage
{{ item?.segmentCompilerQueueStatus ? "Running" : "Stopped" }}
{{ item?.segmentCompilerQueueSize }}
{{ item?.segmentCompilerQueueProcessedTotal }}
{{
item?.segmentCompilerQueueLastError || "None"
}}
Item Key Index
{{ item?.itemKeyIndexCompilerQueueStatus ? "Running" : "Stopped" }}
{{ item?.itemKeyIndexCompilerQueueSize }}
{{ item?.itemKeyIndexCompilerQueueProcessedTotal }}
{{
item?.itemKeyIndexCompilerQueueLastError || "None"
}}