milvus/internal/datanode/iterators
congqixia 3106384fc4
enhance: Return deltadata for DeleteCodec.Deserialize (#37214)
Related to #35303 #30404

This PR change return type of `DeleteCodec.Deserialize` from
`storage.DeleteData` to `DeltaData`, which
reduces the memory usage of interface header.

Also refine `storage.DeltaData` methods to make it easier to usage.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-10-29 12:04:24 +08:00
..
binlog_iterator_test.go enhance: Add ctx in SyncTask.Run to be cancellable (#34042) 2024-06-25 14:22:04 +08:00
binlog_iterator.go feat: Add levelzero compaction in DN (#28470) 2023-11-30 14:30:28 +08:00
deltalog_iterator_test.go enhance: Add ctx in SyncTask.Run to be cancellable (#34042) 2024-06-25 14:22:04 +08:00
deltalog_iterator.go enhance: Return deltadata for DeleteCodec.Deserialize (#37214) 2024-10-29 12:04:24 +08:00
iterator.go feat: Add levelzero compaction in DN (#28470) 2023-11-30 14:30:28 +08:00