Skip to content

SegmentIndex Architecture

This section describes the top-level index orchestration layer: how operations are routed, cached, and executed across segments.

Segment internals are intentionally centralized in Segment Architecture to avoid duplication.

SegmentIndex no longer uses the removed partition-overlay runtime. Writes are routed directly to stable segments, and read-after-write is provided by segment-local caches. Route-first split coordination remains a separate concern above stable segments.

Topics