Lance is making distributed indexing a first-class capability by unifying all index families on a global segment model: a logical index is a set of physical segments, and build, commit, query, append, optimize, and GC all operate on segment sets.
Distributed indexing should not be a special path; it should be the natural consequence of a segment-native index system.
Workstreams
A. Segment Model and Transaction Semantics
B. Vector: Multi-Segment as a Stable End State
C. FTS: Segment-Native Distributed Indexing
D. Lifecycle Management
E. Expansion to Other Index Families
References
Lance is making distributed indexing a first-class capability by unifying all index families on a global segment model: a logical index is a set of physical segments, and build, commit, query, append, optimize, and GC all operate on segment sets.
Workstreams
A. Segment Model and Transaction Semantics
fragment_bitmapdisjoint overlap at commit timeB. Vector: Multi-Segment as a Stable End State
C. FTS: Segment-Native Distributed Indexing
D. Lifecycle Management
E. Expansion to Other Index Families
References