Segment Storage
{{
item?.segmentCompilerQueueStatus ? "Running" : "Stopped"
}}
{{ item?.segmentCompilerQueueSize }}
{{ item?.segmentCompilerQueueProcessedTotal }}
{{
item?.segmentCompilerQueueLastError || "None"
}}
{{ item?.segmentCompilerQueueLastUpdateDate | date: "medium" }}
{{ item?.segmentCompilerQueueTableTotal }}
{{
item?.segmentCompilerQueueLastTableTotalUpdate
| date: "medium"
}}
Item Key Index
{{
item?.itemKeyIndexCompilerQueueStatus
? "Running"
: "Stopped"
}}
{{ item?.itemKeyIndexCompilerQueueSize }}
{{ item?.itemKeyIndexCompilerQueueProcessedTotal }}
{{
item?.itemKeyIndexCompilerQueueLastError || "None"
}}
{{
item?.itemKeyIndexCompilerQueueLastUpdateDate
| date: "medium"
}}
{{ item?.itemKeyIndexCompilerQueueTableTotal }}
{{
item?.itemKeyIndexCompilerQueueLastTableTotalUpdate
| date: "medium"
}}