mirror of https://github.com/milvus-io/milvus.git
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> |
||
|---|---|---|
| .. | ||
| binlog.go | ||
| binlog_test.go | ||
| channel.go | ||
| channel_test.go | ||
| segment_index.go | ||