milvus/internal/querynodev2
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
..
cluster enhance: Batch forward delete when using DirectForward (#37076) 2024-10-24 10:39:28 +08:00
collector enhance: remove cooling off in rate limiter for read requests (#35935) 2024-09-04 14:39:10 +08:00
delegator enhance: Return deltadata for DeleteCodec.Deserialize (#37214) 2024-10-29 12:04:24 +08:00
optimizers enhance: support retry search when topk is reduced and result not enough (#35645) 2024-10-23 19:19:30 +08:00
pipeline feat: support load and query with bm25 metric (#36071) 2024-10-11 10:23:20 +08:00
pkoracle fix: Check nodeID wildcard when removing pkOracle (#33895) 2024-06-18 14:11:58 +08:00
segments enhance: Return deltadata for DeleteCodec.Deserialize (#37214) 2024-10-29 12:04:24 +08:00
tasks fix: Unify loaded partition check to delegator (#36879) 2024-10-15 19:15:23 +08:00
tsafe Add ctx parameter for tsafe pkg & NewDelegator method (#27877) 2023-10-26 19:14:10 +08:00
handlers_test.go enhance: Use common gc config (#36668) 2024-10-09 19:47:19 +08:00
handlers.go enhance: Fill start pos & level for growing segment (#36888) 2024-10-16 14:03:31 +08:00
local_worker_test.go enhance: Use common gc config (#36668) 2024-10-09 19:47:19 +08:00
local_worker.go enhance: Batch forward delete when using DirectForward (#37076) 2024-10-24 10:39:28 +08:00
metrics_info.go feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
mock_data.go enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
OWNERS
server_test.go enhance: Use common gc config (#36668) 2024-10-09 19:47:19 +08:00
server.go feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
services_test.go feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
services.go fix: Use singleton delete pool and avoid goroutine leakage (#37220) 2024-10-29 10:02:24 +08:00