Files
milvus/internal
congqixiaandGitHub 066d19df1e enhance: move sealed segment PK state into runtime snapshot (#51395)
Related to #51068

Store PK index slots and virtual PK offset maps in RuntimeResourceState.
Build Storage V1 and V2 PK indexes through the unified translator and
stage PK replacements until the final state publication.

Make PK lookup, range search, bulk subscript, and delete filtering use a
single published snapshot. Remove the sealed InsertRecord fallback and
clear stale PK resources when external segments become empty.

Add regression coverage for atomic PK replacement and zero-row external
segment cleanup.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2026-07-16 14:22:39 +08:00
..