milvus/pkg/util/metautil
congqixia 1bd23fda87
enhance: [loon] move storage v3 deltalog files under basePath/_delta/ to align with loon convention (#48150)
Related to #44956

Previously, V3 deltalogs were written to
{rootPath}/delta_log/{collID}/{partID}/{segID}/{logID}, separate from
the segment's basePath. The manifest used complex "../" relative paths
to bridge the two locations. This change writes V3 deltalogs directly to
{basePath}/_delta/{logID}, aligning with the C loon library's native
_delta/ convention and simplifying the manifest relative path to just
the logID filename. Legacy V1 segments and existing manifests remain
backward compatible.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 10:01:25 +08:00
..
binlog.go enhance: [loon] move storage v3 deltalog files under basePath/_delta/ to align with loon convention (#48150) 2026-03-10 10:01:25 +08:00
binlog_test.go enhance: [loon] move storage v3 deltalog files under basePath/_delta/ to align with loon convention (#48150) 2026-03-10 10:01:25 +08:00
channel.go
channel_test.go
segment_index.go