milvus/internal/datanode/importv2
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
..
hash.go feat: add bulk insert support for Functions (#36715) 2024-10-12 17:19:20 +08:00
pool.go enhance: Make dataNode.import.maxConcurrentTaskNum dynamic (#37102) 2024-10-25 16:51:29 +08:00
pool_test.go enhance: Return deltadata for `DeleteCodec.Deserialize` (#37214) 2024-10-29 12:04:24 +08:00
scheduler.go enhance: Optimize import scheduling and add time cost metric (#36601) 2024-10-09 14:41:20 +08:00
scheduler_test.go enhance: Organize the common modules of streamingNode and dataNode (#34773) 2024-07-22 11:33:51 +08:00
task.go enhance: Optimize import scheduling and add time cost metric (#36601) 2024-10-09 14:41:20 +08:00
task_import.go feat: add bulk insert support for Functions (#36715) 2024-10-12 17:19:20 +08:00
task_l0_import.go feat: add bulk insert support for Functions (#36715) 2024-10-12 17:19:20 +08:00
task_l0_import_test.go feat: integrate new deltalog format (#35522) 2024-08-20 19:06:56 +08:00
task_l0_preimport.go enhance: Optimize import scheduling and add time cost metric (#36601) 2024-10-09 14:41:20 +08:00
task_manager.go feat: Add import executor and manager for datanode (#29438) 2024-01-31 20:45:04 +08:00
task_manager_test.go enhance: Support L0 import (#33514) 2024-06-07 14:17:20 +08:00
task_preimport.go enhance: Optimize import scheduling and add time cost metric (#36601) 2024-10-09 14:41:20 +08:00
util.go feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
util_test.go fix: Fix panic due to empty candidate import segments (#35673) 2024-08-27 17:08:59 +08:00