milvus/internal/querynodev2
Buqian Zheng 75e64b993f
enhance: add metrics for counting number of nun-zeros/tokens of sparse/FTS search (#38329)
sparse vectors may have arbitrary number of non zeros and it is hard to
optimize without knowing the actual distribution of nnz. this PR adds a
metric for analyzing that.

issue: https://github.com/milvus-io/milvus/issues/35853

comparing with https://github.com/milvus-io/milvus/pull/38328, this
includes also metric for FTS in query node delegator

also fixed a bug of sparse when searching by pk

Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
2024-12-12 16:22:43 +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: add metrics for counting number of nun-zeros/tokens of sparse/FTS search (#38329) 2024-12-12 16:22:43 +08:00
pipeline enhance: Refine the error msg for filter node (#38278) 2024-12-06 18:22:40 +08:00
pkoracle fix: Check nodeID wildcard when removing pkOracle (#33895) 2024-06-18 14:11:58 +08:00
segments enhance: support recall estimation (#38017) 2024-12-11 20:40:48 +08:00
tasks enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
tsafe Add ctx parameter for tsafe pkg & NewDelegator method (#27877) 2023-10-26 19:14:10 +08:00
.mockery.yaml enhance: Add mockery package config for QC&QN (#38340) 2024-12-10 19:18:42 +08:00
OWNERS Add OWNERS file for qnv2 (#23196) 2023-04-03 16:22:24 +08:00
handlers.go enhance: Add collection id to search request count metrics (#38069) 2024-11-29 17:28:38 +08:00
handlers_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
local_worker_test.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
metrics_info.go enhance: add disk stats within system metrics (#38033) 2024-12-06 16:32:41 +08:00
metrics_info_test.go enhance: add list index and segment index retrieval API for WebUI (#37861) 2024-11-22 16:58:34 +08:00
mock_data.go enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
server.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
server_test.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
services.go enhance: support recall estimation (#38017) 2024-12-11 20:40:48 +08:00
services_test.go enhance: support recall estimation (#38017) 2024-12-11 20:40:48 +08:00